mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +03:00
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.
This commit is contained in:
@@ -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
|
||||
-------+---+---------------+----
|
||||
|
||||
Reference in New Issue
Block a user