Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables
Дата
Msg-id b42b73150912020823iace69w4337005d1b18b3fd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Thu, Aug 6, 2009 at 9:28 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The half-formed idea I had was a set of GUC variables:
>
> set next_pg_class_oid = 12345;
> set next_pg_type_oid = 12346;
> set next_toast_table_oid = ...
> set next_toast_index_oid = ...
>
> and finally it could do CREATE TABLE.  CREATE TYPE would only need
> next_pg_type_oid (except for a composite type).

Is this idea still on the table for 8.5?

merlin


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Adding support for SE-Linux security
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables