schemas and system tables

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: schemas and system tables
Date: 2003-08-06 15:25:50
Message-ID: 303E00EBDD07B943924382E153890E5434A9BC@cuthbert.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it feasible and/or advantageous to move all the system tables to a
system schema (to "system" or "pg_system")? This seems a much more
natural place for this type of information. This would remove the
artificial 'pg_' restriction on class names and simplify the overall
system a little bit. Just a thought.

Regards,
Merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message scott.marlowe 2003-08-06 15:45:37 Re: Oracle to PostgreSQL
Previous Message Tom Lane 2003-08-06 14:40:37 Re: Using rowtype as function argument