Referencing columns from system tables possible?

Поиск
Список
Период
Сортировка
От Boris Popov
Тема Referencing columns from system tables possible?
Дата
Msg-id 182378185782.20031107182032@procedium.com
обсуждение исходный текст
Ответы Re: Referencing columns from system tables possible?
Список pgsql-general
Hello pgsql-general,

When trying to create a table

CREATE TABLE sessions (
 id serial PRIMARY KEY,
 procpid int4 REFERENCES pg_listener(listenerpid) ON DELETE CASCADE
 );

I get a warning saying 'relation "pg_listener" is a system catalog'

Is it unreasonable and/or impossible to do this?

--
-Boris



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Recovery Data Cant Be!!!
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Referencing columns from system tables possible?