From 5f4745adf4fb2a1f933b25d7a2bc72b39fa9edfd Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 30 Mar 2002 01:02:42 +0000 Subject: 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. --- src/test/regress/output/constraints.source | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test') 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 -------+---+---------------+---- -- cgit v1.2.3