Re: contrib catalogs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Neufeld <kneufeld(at)refractions(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: contrib catalogs
Date: 2008-07-24 15:57:18
Message-ID: 843.1216915038@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Neufeld <kneufeld(at)refractions(dot)net> writes:
>> Tom Lane wrote:
>>> A superuser can create whatever he wants in pg_catalog. Whether this
>>> is a good idea or will behave smoothly is a topic that has not been
>>> thought about, to my knowledge.

> Sorry, Tom. I think you are mistaken. In my 8.3 instance, system
> catalog modifications are not allowed.

Hm, I had forgotten that the allow_system_table_mods filter extends to
anything at all in pg_catalog. But you could easily enable that setting
in a test database and then see what happens.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Neufeld 2008-07-24 16:05:15 Re: contrib catalogs
Previous Message Kevin Neufeld 2008-07-24 15:42:59 Re: contrib catalogs