Re: pg_dump not including custom CAST? - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump not including custom CAST?
Date
Msg-id 10056.1195277795@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump not including custom CAST?  ("D. Dante Lorenso" <dante@lorenso.com>)
Responses Re: pg_dump not including custom CAST?  (Michael Glaesemann <grzm@seespotcode.net>)
List 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 by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Primary Key
Next
From: Christian Schröder
Date:
Subject: "and then" / "or else"