On Mon, Jul 08, 2002 at 01:04:47PM +0200, Sandro Dentella wrote:
> On Sun, Jul 07, 2002 at 12:34:05PM -0400, Tom Lane wrote:
>
> How are system catalogs recognizable (apart from leading pg_ that a user
> could put to other table names...)
You sure?
test=# create table pg_foo (a int, b text);
ERROR: invalid relation name "pg_foo"; the 'pg_' name prefix is reserved for system catalogs
Ross