Re: Pg_catalog reference

Поиск
Список
Период
Сортировка
От Vyacheslav Kalinin
Тема Re: Pg_catalog reference
Дата
Msg-id 9b1af80e0712090958n14b794bet2c215ef46c946cfb@mail.gmail.com
обсуждение исходный текст
Ответ на Pg_catalog reference  (Anton Nikiforov <anton@nikiforov.ru>)
Список pgsql-general
It is not possible to assign triggers to system tables hence it is impossible to reference system table in FK constraint. Obviously, users that don't exist in the database cannot modify anything, you can use "session_user" and "current_user" functions for logging purposes, see http://www.postgresql.org/docs/8.2/interactive/functions-info.html

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

Предыдущее
От: Jay
Дата:
Сообщение: WHERE (columnX IN (x,y,z)) ORDER BY columnY conflict
Следующее
От: "Matthew Pulis"
Дата:
Сообщение: Re: Improving the timing of a query