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
* Peter Eisentraut <[EMAIL PROTECTED]> [010826 20:23]:
> Larry Rosenman writes:
>
> > pg_dump: query to get function name of oid - failed: ERROR: oidin:
> > error in "-": can't parse "-"
>
> It's trying to dump a functional index but the function appears to be
> absent. (Therefore the name com
Larry Rosenman writes:
> pg_dump: query to get function name of oid - failed: ERROR: oidin:
> error in "-": can't parse "-"
It's trying to dump a functional index but the function appears to be
absent. (Therefore the name comes out as '-'.) It's hard to tell which
index this is because the qu