Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Offhand I don't see a related change in pg_dump in
> recent times, so it probably isn't necessarily an upgrade related issue,
> it might be an inconsistent schema.

The proximate cause is that I changed pg_index.indproc from plain "oid"
to "regproc" a week ago, so the output format is different.  It seemed
like a good idea at the time ...

I have hacked pg_dump to force the output format back to oid, but I'm
sorta thinking that the schema change was ill-advised because it's
likely to break other applications that look at indproc.  Should we
change the column back to oid?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to