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
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