Re: [HACKERS] pg_dump failure, can't get data out...

2001-08-26 Thread Tom Lane
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

Re: [HACKERS] pg_dump failure, can't get data out...

2001-08-26 Thread Larry Rosenman
* 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

Re: [HACKERS] pg_dump failure, can't get data out...

2001-08-26 Thread Peter Eisentraut
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