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