problem with casts dump/restore

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgadmin-hackers(at)postgresql(dot)org>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: problem with casts dump/restore
Date: 2005-01-11 17:11:02
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3412A75A6@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-hackers

I just noticed that pg_dump does not seem to be exporting at least one
of my user defined casts...In particular, this one:

CREATE CAST (xid AS oid)
WITHOUT FUNCTION;

On a sort of related note, I noticed that pgAdmin 2.0 generates this
code in the SQL window for the above cast...

CREATE CAST (xid AS oid)
WITHOUT FUNCTION
AS EXPLICIT;

'create cast' does not have an 'explicit' cause...although IMHO maybe it
should (there is an 'e' in pg_cast.castcontext).

Merlin

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Tom Lane 2005-01-11 18:53:37 Re: problem with casts dump/restore
Previous Message Merlin Moncure 2005-01-11 15:11:42 Re: pgAdminIII and DB Migration Wizard

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2005-01-11 17:51:58 Re: RC5 Bundled ...
Previous Message Bruce Momjian 2005-01-11 16:54:23 Re: IBM releases 500 patents