test=# alter table pg_namespace rename to blah; ERROR: permission denied: "pg_namespace" is a system catalog
But mucking with any other system object is not:
test=# alter function abbrev(inet) rename to bad; ALTER FUNCTION
Is there logic in that?
Also, what about when I implement ALTER OWNER for everything? Should that be banned on system objects?
Chris
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly