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
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