Re: Cross-database references

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: Cross-database references
Дата
Msg-id 200302282147.56298.barwick@gmx.net
обсуждение исходный текст
Ответ на Cross-database references  ("Sidar Lopez Cruz" <sidarlopez@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ian Barwick
Дата:
Сообщение: Re: psql wrap
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Cross-database references