Re: Extending System Views: proposal for 8.1/8.2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extending System Views: proposal for 8.1/8.2
Date
Msg-id 17679.1106440932@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extending System Views: proposal for 8.1/8.2  ("Jim C. Nasby" <decibel@decibel.org>)
Responses Re: Extending System Views: proposal for 8.1/8.2
List pgsql-hackers
"Jim C. Nasby" <decibel@decibel.org> writes:
> If we're dropping the pg_, maybe call the new schema just 'catalog'?

Any new schemas introduced by PG itself will be named pg_something.
This is not open to negotiation --- it's what we've promised to users
to avoid tromping on their schema namespace.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Nicolai Tufar
Date:
Subject: Re: [pgsql-hackers-win32] %2$, %1$ gettext placeholder replacement is not working under Win32
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Merge pg_shadow && pg_group -- UNTESTED