Re: access public relation from a private database

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: access public relation from a private database
Дата
Msg-id 20080929122825.GE20575@a-kretschmer.de
обсуждение исходный текст
Ответ на access public relation from a private database  ("Joey K." <pguser@gmail.com>)
Список pgsql-general
am  Mon, dem 29.09.2008, um 17:43:21 +0530 mailte Joey K. folgendes:
>
> When I try to create a table in database nowhere that references public.foo
> table,
>
> CREATE DATABASE nowhere;
> \c nowhere;
> CREATE TABLE bar (bar integer REFERENCES public.foo(fooid));
>
> I get, ERROR:  relation "public.foo" does not exist.
>
> Can I reference public relations from private database?

You can't access across databases.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

В списке pgsql-general по дате отправления:

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: access public relation from a private database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_start_backup() takes too long