Re: [GENERAL] pg_dump with select output

2011-02-16 Thread Sim Zacks
On 02/16/2011 11:54 AM, Adarsh Sharma wrote: Dear all, I am using pg_dump in Postgresql database very often and read several parameters of it. But today i want to back up that part of table which satisfies satisfies certain condition ( select command ). In mysql , this is achieved as below

Re: [GENERAL] pg_dump with select output

2011-02-16 Thread Raymond O'Donnell
On 16/02/2011 09:54, Adarsh Sharma wrote: Dear all, I am using pg_dump in Postgresql database very often and read several parameters of it. But today i want to back up that part of table which satisfies satisfies certain condition ( select command ). In mysql , this is achieved as below : mysq

[GENERAL] pg_dump with select output

2011-02-16 Thread Adarsh Sharma
Dear all, I am using pg_dump in Postgresql database very often and read several parameters of it. But today i want to back up that part of table which satisfies satisfies certain condition ( select command ). In mysql , this is achieved as below : mysqldump -h192.168.1.106 -uroot -porkash -