From: | PGSql User <pgsqluser(at)gmail(dot)com> |
---|---|
To: | mladen(dot)gogala(at)vmsinfo(dot)com |
Cc: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Using libpq from within postgresql |
Date: | 2010-06-15 13:31:24 |
Message-ID: | AANLkTima9pQW0Lw4iKMHczjJaFVD2S0MD4OxDns_lOzG@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Ok, thanks.
What I meant was that I want to have one backed connect and execute queries
on another backend.
On Tue, Jun 15, 2010 at 6:52 PM, Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>wrote:
> PGSql User wrote:
>
>> Hi all,
>>
>> 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.
>>
>> Any help is appreciated!
>>
> DB doesn't "act". DB doesn't do anything, DB is a well organized data
> store. Programs do things, they are the entities that "act".
>
> --
> Mladen Gogala Sr. Oracle DBA
> 1500 Broadway
> New York, NY 10036
> (212) 329-5251
> www.vmsinfo.com
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-06-15 13:47:24 | Re: Using libpq from within postgresql |
Previous Message | Atif Jung | 2010-06-15 13:31:08 | Windows environment |