----Original Message----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of
Kretschmer Andreas
Sent: Monday, December 20, 2004 4:51 PM
To: 'PGSQL-Novice'
Subject: Re: [NOVICE] pg_dumpall with oids/blobs
> Read 'man pg_dump' and search for oid.
>
Yes, I know about that option. However I need pg_dumpall
not only to dump with oid order but also dump my large objects. AFAIK
pg_dumpall
makes only text (sql) dumps and cannot do binary dumps that are necessary
for blobs. Thus my question (maybe little innacurate) "how can I do it?".
TIA,
-Marcin