[GENERAL] Linking databases

1999-03-20 Thread Robert McArthur
Hello All, Is there any way to access tables in one database from another database on the Postgresql server? Thanks, Rob McArthur

[GENERAL] Sharing DB connections between programs

1999-03-20 Thread James Thompson
I have two programs A & B and a library C (postgres acces via ecpg) A is tcl/tk gui tied to C B generates postscript output (Quote/Sales order) for the records created by A. It pulls its data directly from the database via calls to C. I wanted B to be seperate from A because I see B generatin