diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-04-12 20:38:31 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-04-12 20:38:31 +0000 |
| commit | 9999f5a10e722c052006886b678995695001958a (patch) | |
| tree | ee8b463a3369b5b4283ebb5aa893549de7c3fc45 /src/test/regress/sql/errors.sql | |
| parent | 79b60cb132824a4939178b3ce9ded5c220a0f179 (diff) | |
| download | postgresql-9999f5a10e722c052006886b678995695001958a.tar.gz | |
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.
Diffstat (limited to 'src/test/regress/sql/errors.sql')
| -rw-r--r-- | src/test/regress/sql/errors.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/regress/sql/errors.sql b/src/test/regress/sql/errors.sql index 949f640599..5ab09d2a12 100644 --- a/src/test/regress/sql/errors.sql +++ b/src/test/regress/sql/errors.sql @@ -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; |
