Re: [ADMIN] backup a table

2003-06-11 Thread Miriam Fernández Galicia
Thank you Guillaume !!  It works!!    Miriam El mié, 11 de 06 de 2003 a las 18:19, Guillaume LELARGE escribió: Hi, Le Mercredi 11 Juin 2003 20:25, vous avez écrit : > Hello!!! > I 'm new in Postgres 7.2 my question is, exists some way to backup only > a table and no the all database with

Re: [ADMIN] backup a table

2003-06-11 Thread Guillaume LELARGE
Hi, Le Mercredi 11 Juin 2003 20:25, vous avez écrit : > Hello!!! > I 'm new in Postgres 7.2 my question is, exists some way to backup only > a table and no the all database with pg_dump or another utility, too pg_dump allows you to do this using the -t switch. Try something like pg_dump -t my