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

From D. Dante Lorenso
Subject pg_dump not including custom CAST?
Date
Msg-id 473E4412.2010105@lorenso.com
Whole thread Raw
Responses Re: pg_dump not including custom CAST?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
All,

I did this in my database:

   CREATE CAST (VARCHAR AS BYTEA) WITHOUT FUNCTION;

But when I use pg_dump to dump the database and use pg_restore to bring
it back on a freshly created database, the CAST is the only part of the
restore which is missing.

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

-- Dante

pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: Primary Key
Next
From: Michael Glaesemann
Date:
Subject: Re: Qeury a boolean column?(using postgresql & EJB)