From: | "Shoaib Mir" <shoaibmir(at)gmail(dot)com> |
---|---|
To: | "Szymanski, Michal (GE Money)" <michal(dot)szymanski(at)ge(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Connecting to another postgres DB from pg/SQL |
Date: | 2006-11-23 15:56:50 |
Message-ID: | bf54be870611230756m6c66f484kcdce8e25c2884cfb@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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) <michal(dot)szymanski(at)ge(dot)com> wrote:
>
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Staubo | 2006-11-23 15:57:32 | Re: Stuck in "DELETE waiting" |
Previous Message | Tom Lane | 2006-11-23 15:43:27 | Re: OID Perfomance - Object-Relational databases |