references to variable in another schema

Поиск
Список
Период
Сортировка
От Mija Lee
Тема references to variable in another schema
Дата
Msg-id 47349D84.7090902@scharp.org
обсуждение исходный текст
Ответы Re: references to variable in another schema
Re: references to variable in another schema
Список pgsql-novice
Hi folks:

I wanted to put a reference on a table in the public schema that
references a column in a table in another schema. I tried:

create table cellphone(emplid integer not null references
admin.tbl_employee.employee_id);

ERROR:  cross-database references are not implemented:
"admin.tbl_employee.employee_id"

But these are within one database. Is there a way to do this or have I
gotten my syntax messed up?

Mija

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

Предыдущее
От: "Kasia Tuszynska"
Дата:
Сообщение: Autovacuum - what does it actually do?
Следующее
От: "Sean Davis"
Дата:
Сообщение: Re: references to variable in another schema