From: | Sébastien Boutté <sebastien(dot)boutte(at)gmail(dot)com> |
---|---|
To: | "Francisco Reyes" <lists(at)stringsutils(dot)com> |
Cc: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Vivek Khera" <vivek(at)khera(dot)org>, "PostgreSQL general" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_dump without blobs |
Date: | 2007-07-16 21:13:33 |
Message-ID: | 60e9579c0707161413r21ffbd9eh5653436f27e11b2@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)stringsutils(dot)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';
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2007-07-16 21:22:06 | Re: Capturing return value of a function |
Previous Message | Gregory Stark | 2007-07-16 21:06:43 | Re: deferred check constraints |