system tables

From: "Timothy H(dot) Keitt" <keitt(at)nceas(dot)ucsb(dot)edu>
To: "Development, PostgreSQL" <pgsql-hackers(at)postgresql(dot)org>
Subject: system tables
Date: 2000-07-11 20:46:15
Message-ID: 396B8797.8499C330@nceas.ucsb.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Welcome to psql, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

test=# create table pg_test (x int);
ERROR: Illegal class name 'pg_test'
The 'pg_' name prefix is reserved for system catalogs
test=#

Yuck! :-)

Perhaps a new relkind could be added to pg_class; say "R" for system
tables?

T.

--
Timothy H. Keitt
National Center for Ecological Analysis and Synthesis
735 State Street, Suite 300, Santa Barbara, CA 93101
Phone: 805-892-2519, FAX: 805-892-2510
http://www.nceas.ucsb.edu/~keitt/

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-11 21:09:44 Re: Templates
Previous Message Stephan Szabo 2000-07-11 20:44:05 Re: Foreign key bugs + other problems