Re: [BUGS] pg_dump function dumped after required for table definition

2003-11-08 Thread Stephen Frost
* Tom Lane ([EMAIL PROTECTED]) wrote: > Reece Hart <[EMAIL PROTECTED]> writes: > > I have a hunch about why this happens and is rare. The pftype_id_lookup > > function was created AFTER some of the tables using 'alter table set > > default ...'. Thus, the function's OID is greater than the OID of t

Re: [BUGS] pg_dump function dumped after required for table definition

2003-11-07 Thread Tom Lane
Reece Hart <[EMAIL PROTECTED]> writes: > I have a hunch about why this happens and is rare. The pftype_id_lookup > function was created AFTER some of the tables using 'alter table set > default ...'. Thus, the function's OID is greater than the OID of the > tables which use them. Yeah, this is a w