Re: pg_dump not including custom CAST based on table types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump not including custom CAST based on table types
Дата
Msg-id 18489.1319043799@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump not including custom CAST based on table types  (Greg Jaskiewicz <gryzman@gmail.com>)
Список pgsql-general
Greg Jaskiewicz <gryzman@gmail.com> writes:
> On 18 Oct 2011, at 20:17, Tom Lane wrote:
>> Hmm.  The reason for that is that the table types aren't considered
>> dumpable objects.  I suppose we need to fix that, but in the meantime
>> you'd have better luck if you created the types as composite types
>> instead of implicit table rowtypes.

> Maybe worth adding to the TODO.

If I hadn't done it yesterday, maybe so.

            regards, tom lane

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

Предыдущее
От: Greg Jaskiewicz
Дата:
Сообщение: Re: pg_dump not including custom CAST based on table types
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: psqlODBC connection