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)
Список
Дерево обсуждения
pg_dump not including custom CAST? "D. Dante Lorenso" <dante@lorenso.com>
Re: pg_dump not including custom CAST? Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_dump not including custom CAST? Michael Glaesemann <grzm@seespotcode.net>
Re: pg_dump not including custom CAST? Tom Lane <tgl@sss.pgh.pa.us>
"D. Dante Lorenso" 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 по дате отправления