mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Checking to decide whether relations are system relations now depends
on the namespace not the name; pg_ is not a reserved prefix for table names anymore. From Fernando Nasser.
This commit is contained in:
@@ -77,9 +77,6 @@ alter table nonesuch rename to newnonesuch;
|
||||
-- no such relation
|
||||
alter table nonesuch rename to stud_emp;
|
||||
|
||||
-- system relation
|
||||
alter table stud_emp rename to pg_stud_emp;
|
||||
|
||||
-- conflict
|
||||
alter table stud_emp rename to aggtest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user