Re: fix schema ownership on first connection preliminary

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: fix schema ownership on first connection preliminary
Дата
Msg-id 410D9FD8.8040208@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: fix schema ownership on first connection preliminary patch v2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
> I'm also wondering about what side-effects this will have on pg_dump
> behavior.  In particular, will pg_dump try to "ALTER OWNER public",
> and if so will that be appropriate?  We haven't previously needed to
> assume that we are restoring into a database with the same datowner as
> we dumped from...

In my batch of pg_dump patches that have gone in, pg_dump will now do
exactly that.  The reason was so that if someone altered the owner of
their public schema, it should be dumped like that.

Chris

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fix for parameterized queries in DECLARE CURSOR statements
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Fix for OWNER TO breaking ACLs