Re: Is it possible to connect to another database - Mailing list pgsql-sql

From Viorel Dragomir
Subject Re: Is it possible to connect to another database
Date
Msg-id 01c201c34c6c$a76726c0$0600a8c0@fix.ro
Whole thread Raw
In response to Is it possible to connect to another database  (BenLaKnet <benlaknet@icqmail.com>)
List pgsql-sql
$db_conn1 = pg_connect("dbname=db1");
$db_conn2 = pg_connect("dbname=db2");
.....

You can't join two tables from different databases(, as far as i know :).

----- Original Message -----
From: "BenLaKnet" <benlaknet@icqmail.com>
To: <pgsql-sql@postgresql.org>
Sent: Thursday, July 17, 2003 5:03 PM
Subject: [SQL] Is it possible to connect to another database


> Hi,
>
> I try to find how is it possible to connect 2 databases, with a symbolic
> link.
>
> I have to use tables in another database to test user or other
information.
>
>
> Ben
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html



pgsql-sql by date:

Previous
From: Adam Witney
Date:
Subject: Re: Is it possible to connect to another database
Next
From: greg@turnstep.com
Date:
Subject: Re: parse error for function def