Search Postgresql Archives

Re: pg_dump without blobs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx> 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';




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux