Re: Is it possible to connect to another database

Поиск
Список
Период
Сортировка
От Viorel Dragomir
Тема Re: Is it possible to connect to another database
Дата
Msg-id 01c201c34c6c$a76726c0$0600a8c0@fix.ro
обсуждение исходный текст
Ответ на Is it possible to connect to another database  (BenLaKnet <benlaknet@icqmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Adam Witney
Дата:
Сообщение: Re: Is it possible to connect to another database
Следующее
От: greg@turnstep.com
Дата:
Сообщение: Re: parse error for function def