Re: Cross-database references

From: Ian Barwick <barwick(at)gmx(dot)net>
To: "Sidar Lopez Cruz" <sidarlopez(at)hotmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Cross-database references
Date: 2003-02-28 20:47:56
Message-ID: 200302282147.56298.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ian Barwick 2003-02-28 20:49:11 Re: psql wrap
Previous Message Tom Lane 2003-02-28 20:40:54 Re: Still a bug in the VACUUM ??? !!!