Re: Cross-database references - Mailing list pgsql-admin

From Ian Barwick
Subject Re: Cross-database references
Date
Msg-id 200302282147.56298.barwick@gmx.net
Whole thread Raw
In response to Cross-database references  ("Sidar Lopez Cruz" <sidarlopez@hotmail.com>)
List pgsql-admin
On Friday 28 February 2003 16:05, Sidar Lopez Cruz wrote:
> When i try to do something like
>
> templae1=# select * from mydatabase.public.mytale;
>
> this message appear: Cross-database references are not implemented

This is normal behaviour for Postgres. This syntax is not supported,
even if the database you are referencing is the current one.

See also:
  http://www.postgresql.org/docs/faqs/FAQ.html#4.24

Ian Barwick
barwick@gmx.net



pgsql-admin by date:

Previous
From: Ian Barwick
Date:
Subject: Re: psql wrap
Next
From: Robert Treat
Date:
Subject: Re: Cross-database references