summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/errors.sql
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-04-12 20:38:31 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-04-12 20:38:31 +0000
commit9999f5a10e722c052006886b678995695001958a (patch)
treeee8b463a3369b5b4283ebb5aa893549de7c3fc45 /src/test/regress/sql/errors.sql
parent79b60cb132824a4939178b3ce9ded5c220a0f179 (diff)
downloadpostgresql-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.sql3
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;