problem with casts dump/restore - Mailing list pgadmin-hackers

From Merlin Moncure
Subject problem with casts dump/restore
Date
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75A6@Herge.rcsinc.local
Whole thread Raw
List pgadmin-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

pgadmin-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: pgAdminIII and DB Migration Wizard
Next
From: Andreas Pflug
Date:
Subject: Re: pgAdmin on Mac OS X