Re: Using libpq from within postgresql

From: Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com>
To: PGSql User <pgsqluser(at)gmail(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:22:17
Message-ID: 4C177E89.2060302@vmsinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Carel Combrink 2010-06-15 13:27:45 Fast inserts to a Database
Previous Message PGSql User 2010-06-15 12:18:12 Using libpq from within postgresql