Relation 'pg_largeobject' does not exist - Mailing list pgsql-general

From Brandon Keepers
Subject Relation 'pg_largeobject' does not exist
Date
Msg-id 1142299466.10492.5.camel@localhost.localdomain
Whole thread Raw
Responses Re: Relation 'pg_largeobject' does not exist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I'm trying to upgrade a postgresql 7.0.3 database that uses large
objects to a more recent version, but I'm not able to export the blobs.
pg_dumplo was added in 7.1, so I tried compiling and running that
against the 7.0.3 database, but I get the following error:

./contrib/pg_dumplo/pg_dumplo: Failed to get LO OIDs:
ERROR:  Relation 'pg_largeobject' does not exist

Exported 0 large objects.


In my searches, I haven't found any other suggestions besides using
pg_dumplo.  Does any one have any other suggestions?

Thanks,
Brandon


pgsql-general by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Wisconsin Circuit Court Access (WCCA) on
Next
From: Casey Duncan
Date:
Subject: Re: Possible infinite loop in query using bitmap scans