pg_dump can now dump large objects even in plain-text output mode, by

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7a28de20523bb695e8ec819514df82a18a7656b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-21T20:45:44Z
Releases: 8.1.0
pg_dump can now dump large objects even in plain-text output mode, by
using the recently added lo_create() function.  The restore logic in
pg_restore is greatly simplified as well, since there's no need anymore
to try to adjust database references to match a new set of blob OIDs.

Files