Re: Referring a table in another database

Поиск
Список
Период
Сортировка
От Command Prompt, Inc.
Тема Re: Referring a table in another database
Дата
Msg-id Pine.LNX.4.30.0111051617210.9889-100000@commandprompt.com
обсуждение исходный текст
Ответ на Re: Referring a table in another database  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
Hello,

That is correct. Currently within PostgreSQL tables are specific to
their database and can not cross-query. You will have to create all tables
within the database.

J


On Mon, 5 Nov 2001, Stephan Szabo wrote:

> On Fri, 2 Nov 2001, Jo wrote:
>
> > Hi,
> >
> > Is it possible to make a reference to a table in another database in
> > PostgreSQL? I know I can do that in Access. If it's not possible I have to
> > make all of my tables in 1 database.
>
> Not currently.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
--
by way of pgsql-general@commandprompt.com
http://www.postgresql.info/
http://www.commandprompt.com/


В списке pgsql-general по дате отправления:

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Re: data integrity
Следующее
От: "Command Prompt, Inc."
Дата:
Сообщение: Re: functions, shell script