Re: pg_dump without blobs - Mailing list pgsql-general

From Sébastien Boutté
Subject Re: pg_dump without blobs
Date
Msg-id 60e9579c0707161413r21ffbd9eh5653436f27e11b2@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump without blobs  (Francisco Reyes <lists@stringsutils.com>)
List pgsql-general
I use version 8.2.4 since last week end in my production database.
I don't want to do a per table dump (I have more than 300 tables).
It's not maintainable as the schema evolves regulary.


On 7/16/07, Francisco Reyes <lists@stringsutils.com> wrote:
> Sébastien Boutté writes:
>
> > I understand that i cannot do a dump of a database without bytea
> > values.
>
> What version of postgresql?
> If 8.2 uou can  do a copy to with a subselect
> copy (select with fields except bytea) to '/somepath';
>
>

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: deferred check constraints
Next
From: Michael Glaesemann
Date:
Subject: Re: Capturing return value of a function