Tom Lane wrote:
>Thomas Swan <tswan@idigx.com> writes:
>
>
>>Fabien COELHO wrote:
>>
>>
>>>You don't want to update ownership of tables in system schemas.
>>>
>>>
>>>
>>AFAICS, any changes they make are localized to their database not the
>>whole database system.
>>
>>
>
>A database owner who is not a superuser should *not* be able to fool with
>the built-in catalog entries.
>
>Database owner != superuser, and I don't want us blurring the distinction...
>
>
>
With regards to changing ownership, is there a way to determine what is
a "built-in" catalog entry? If the database that was the template was
modified, can the createdb routine determine what is core and what was
added?