diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-03-30 01:02:42 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-03-30 01:02:42 +0000 |
commit | 5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd (patch) | |
tree | e024d7d1a3eb76220378e4054bf34485812962ea /src/test | |
parent | 25004eec957853a55789398d4228d7e77d4877c1 (diff) | |
download | postgresql-5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd.tar.gz postgresql-5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd.zip |
Further cleanups for relations in schemas: teach nextval and other
sequence functions how to cope with qualified names. Same code is
also used for int4notin, currtid_byrelname, pgstattuple. Also,
move TOAST tables into special pg_toast namespace.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/regress/output/constraints.source | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/output/constraints.source b/src/test/regress/output/constraints.source index 0e12a368164..8986118fd48 100644 --- a/src/test/regress/output/constraints.source +++ b/src/test/regress/output/constraints.source @@ -216,7 +216,6 @@ INSERT INTO tmp VALUES (null, 'Y', null); INSERT INTO tmp VALUES (5, '!check failed', null); INSERT INTO tmp VALUES (null, 'try again', null); INSERT INTO INSERT_TBL(y) select yd from tmp; -WARNING: insert_seq.nextval: sequence was re-created SELECT '' AS three, * FROM INSERT_TBL; three | x | y | z -------+---+---------------+---- |