Re: pg_dump not including custom CAST?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "D(dot) Dante Lorenso" <dante(at)lorenso(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump not including custom CAST?
Date: 2007-11-17 05:36:35
Message-ID: 10056.1195277795@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"D. Dante Lorenso" <dante(at)lorenso(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christian Schröder 2007-11-17 08:53:40 "and then" / "or else"
Previous Message Ron Johnson 2007-11-17 04:49:19 Re: Primary Key