Re: [GENERAL] dumping parts of a database

2009-11-16 Thread A. Kretschmer
In response to Malm Paul : > Hi List, > I have a database with two tables header and idata, they are connected with an > conn_ID. > I would like to dump header and the connected idata tables with a certain > conn_ID. This I would like to import to the same type of database on another > PostgreSQL s

[GENERAL] dumping parts of a database

2009-11-16 Thread Malm Paul
Hi List, I have a database with two tables header and idata, they are connected with an conn_ID. I would like to dump header and the connected idata tables with a certain conn_ID. This I would like to import to the same type of database on another PostgreSQL server. I would be gratefull if some