Re: [GENERAL] custom system catalog table names

2011-07-20 Thread Craig Ringer
On 21/07/11 10:49, maxxe...@gmail.com wrote: > 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 p

[GENERAL] custom system catalog table names

2011-07-20 Thread maxxe...@gmail.com
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 h