Re: pg_dumping large objects

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Morris Goldstein <morris(dot)x(dot)goldstein(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dumping large objects
Date: 2007-09-24 18:10:10
Message-ID: 20070924181010.GF6353@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Morris Goldstein escribió:
> pg_dump --help says:
>
> -b, --blobs include large objects in dump
>
> What is the definition of "large object"?

The kind you create with lo_open(), etc. If you don't do that, you
don't need it.

--
Alvaro Herrera http://www.advogato.org/person/alvherre
"XML!" Exclaimed C++. "What are you doing here? You're not a programming
language."
"Tell that to the people who use me," said XML.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wall 2007-09-24 18:15:54 Re: pg_dumping large objects
Previous Message Vivek Khera 2007-09-24 18:03:58 Re: For index bloat: VACUUM ANALYZE vs REINDEX/CLUSTER