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