Re: Referring a table in another database - Mailing list pgsql-general

From Command Prompt, Inc.
Subject Re: Referring a table in another database
Date
Msg-id Pine.LNX.4.30.0111051617210.9889-100000@commandprompt.com
Whole thread Raw
In response to Re: Referring a table in another database  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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 by date:

Previous
From: Martín Marqués
Date:
Subject: Re: data integrity
Next
From: "Command Prompt, Inc."
Date:
Subject: Re: functions, shell script