kevin kempter <kevin(at)kevinkempterllc(dot)com> writes:
> Hi All;
> I want to dump a set of BLOB's from one db/server and import to another.
> I assume I cannot do a pg_dump unless I also dump related
> pg_largeobject rows for the referenced OID
> I assume I'll need to export via distinct lo_export commands and use
> lo_import to insert into the second database server.
Why don't you just use pg_dump?
regards, tom lane