Re: pg_dump doesn't dump binary compatible casts - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump doesn't dump binary compatible casts
Date
Msg-id 19872.1064337395@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump doesn't dump binary compatible casts  (Jan Wieck <JanWieck@Yahoo.com>)
Responses Re: pg_dump doesn't dump binary compatible casts  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
Jan Wieck <JanWieck@Yahoo.com> writes:
> That eliminated, a cast should be dumped if one or more of the three 
> objects (source, target and function) are not builtin AND all the 
> non-builtin objects belong to namespaces included in the dump.

Where "builtin" is defined as "belongs to pg_catalog schema", you mean?
I think that works for me ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: pg_dump doesn't dump binary compatible casts
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Can't Build 7.3.4 on OS X