On Fri, May 1, 2009 at 2:25 PM, Andrew Dunstan <[email protected]> wrote: > > > Tom Lane wrote: >> >> Vadim Trochinsky <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
