Brandon Keepers <bkeepers@xxxxxxxxx> writes: > 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_dump should work. If using a pg_dump version older than 8.1, you need to use -b switch and a non-default output format (I'd suggest -Fc). regards, tom lane