Re: pg_dump not including custom CAST?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump not including custom CAST?
Дата
Msg-id 10056.1195277795@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump not including custom CAST?  ("D. Dante Lorenso" <dante@lorenso.com>)
Ответы Re: pg_dump not including custom CAST?
Список pgsql-general
"D. Dante Lorenso" <dante@lorenso.com> writes:
> I did this in my database:
>    CREATE CAST (VARCHAR AS BYTEA) WITHOUT FUNCTION;

> I'm using PostgreSQL 8.2.4 for both the dump and restore database.  Why
> doesn't the CAST dump and restore?

pg_dump thinks it's a built-in system object.

            regards, tom lane

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: Primary Key
Следующее
От: Christian Schröder
Дата:
Сообщение: "and then" / "or else"