Re: [BUGS] BUG #1096: pg_restore cannot restore large objects with other oid columns

2004-03-11 Thread Tom Lane
Janko Richter <[EMAIL PROTECTED]> writes: > I have found the bug. > Unfortunately, I have a table called public.pg_proc within my database > with the same structure of pg_catalog.pg_proc. I did a test with it and > forgot to drop it. > Within postgresql-7.4.1/src/interfaces/libpq/fe-lobj.c near l

Re: [BUGS] BUG #1096: pg_restore cannot restore large objects with other oid columns

2004-03-10 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > When I restore the dumped database, pg_restore tries to restore the > functions of tsearch2 as a large object. It does what? I don't think you're describing this accurately. Please show the actual problem and not your interpretation of it.

[BUGS] BUG #1096: pg_restore cannot restore large objects with other oid columns

2004-03-10 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1096 Logged by: Janko Richter Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4 Operating system: Linux Description:pg_restore cannot restore large objects with other oid columns Details: I'm usi