Re: Using libpq from within postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: PGSql User <pgsqluser(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Using libpq from within postgresql
Date: 2010-06-15 13:47:24
Message-ID: 6620.1276609644@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

PGSql User <pgsqluser(at)gmail(dot)com> writes:
> Sorry if this question is a bit basic. I want to be able to have different
> PGSql db's talking to each other. So, one DB must act like a client, and be
> able to connect to another one. Do you guys know if this is done before,
> and examples of that?
> I'm having problems linking the src/interfaces directory with my src/backend
> directory.

Maybe contrib/dblink does what you want?

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jean-Yves F. Barbier 2010-06-15 13:57:15 Re: (not so?) silly question
Previous Message PGSql User 2010-06-15 13:31:24 Re: Using libpq from within postgresql