Re: [GENERAL] Connecting to another postgres DB from pg/SQL

2006-11-23 Thread Shoaib Mir
You can use the dblink ( http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/) contrib module for that purpose. Thanks, Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 11/22/06, Szymanski, Michal (GE Money) <[EMAIL PROTECTED]> wrote: During execution of PL/pgSQL procedu

[GENERAL] Connecting to another postgres DB from pg/SQL

2006-11-23 Thread Szymanski, Michal (GE Money)
During execution of PL/pgSQL procedure I have to send somehow few date to another Postgress database. Is to possible to connect to other database , if yes what is performance of such solution? Is it possible to create DB link between two Postgres application? Michał Szymański