custom system catalog table names

From: "maxxedit(at)gmail(dot)com" <maxxedit(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: custom system catalog table names
Date: 2011-07-21 02:49:43
Message-ID: CAOnzxq5-vaaD_sHTCo1th41nREL2Jn2SDTsNKg-H4LP2PvHoMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

How can one create a postgres build with custom system table names?
For example, instead of "pg_class", I'd like to name the table as
"foobar_class". Or instead of "pg_catalog", "foobar_catalog".

I don't care about compatiblity with pgadmin, jdbc drivers, etc. I'd
be happy just as long as I have a functional psql client.

thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-07-21 03:16:08 Re: compile postgres with visual studio 2010
Previous Message Scott Marlowe 2011-07-21 02:07:31 Re: Book