diff options
Diffstat (limited to 'src/test/regress/output/constraints.source')
| -rw-r--r-- | src/test/regress/output/constraints.source | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/regress/output/constraints.source b/src/test/regress/output/constraints.source index 70ab60ac400..5ba46c062fc 100644 --- a/src/test/regress/output/constraints.source +++ b/src/test/regress/output/constraints.source @@ -213,8 +213,7 @@ DROP TABLE INSERT_CHILD; -- Check constraints on INSERT INTO -- DELETE FROM INSERT_TBL; -DROP SEQUENCE INSERT_SEQ; -CREATE SEQUENCE INSERT_SEQ START 4; +ALTER SEQUENCE INSERT_SEQ RESTART WITH 4; CREATE TABLE tmp (xd INT, yd TEXT, zd INT); INSERT INTO tmp VALUES (null, 'Y', null); INSERT INTO tmp VALUES (5, '!check failed', null); |
