Re: pg_dump and blobs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ignas Šaltis <saltis(dot)ignas(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump and blobs
Date: 2008-01-02 16:44:24
Message-ID: 16570.1199292264@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"=?ISO-8859-13?Q?Ignas_=D0altis?=" <saltis(dot)ignas(at)gmail(dot)com> writes:
> How can I make dump without blobs?

Per the manual:

-b
--blobs

Include large objects in the dump. This is the default behavior except
when --schema, --table, or --schema-only is specified, so the -b switch
is only useful to add large objects to selective dumps.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2008-01-02 16:49:01 Re: Is there a limit to the number of partitions?
Previous Message Chris Hoover 2008-01-02 16:40:21 Is there a limit to the number of partitions?