Re: pg_dump dependency loop with extension containing its own schema

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: pg_dump dependency loop with extension containing its own schema
Дата
Msg-id CAA-aLv6xdQ=6Uu7UUOErM4fhhyOr7JeAP-TUxM3-vnb6VOgodg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump dependency loop with extension containing its own schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_dump dependency loop with extension containing its own schema
Список pgsql-bugs
On 12 August 2012 01:06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thom Brown <thom@linux.com> writes:
>> I'm getting a dependency loop issue with pg_dump when adding a schema
>> to an extension where the schema being added is the same as the one
>> containing the extension.
>
>> CREATE EXTENSION file_fdw;
>> ALTER EXTENSION file_fdw ADD SCHEMA public;
>
> ISTM we ought to disallow that ... either the schema is inside the
> extension, or vice versa, it's not sensible to say both.

Precisely.

--
Thom

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump dependency loop with extension containing its own schema
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #6722: Debugger broken?