7.4.X CVS has:
if (conn->sversion >= 70300)
query = "select proname, oid from pg_catalog.pg_proc "
"where proname in ("
"'lo_open', "
"'lo_close', "
"'lo_creat', "
"'lo_unlink', "
"'lo_lseek', "
"'lo_t
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
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 line 555 is
a query call as
res = PQexec(conn
"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.