On Fri, May 1, 2009 at 2:25 PM, Andrew Dunstan <and...@dunslane.net> wrote:
>
>
> Tom Lane wrote:
>>
>> Vadim Trochinsky <m...@vadim.ws> writes:
>>
>>> This is a patch that allows choosing not to dump the data for the
>>> selected tables.
>>>
>> Why wouldn't you just use -s ?
>>
>
> You might want the whole schema and data for most but not all of the tables
> (e.g. you might leave out a large session table for a web app).
>

Actually you can use pg_dump -T to exclude some tables and then
pg_dump -s -t to dump the schema of those tables


-- 
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to