Missing information about CREATE TRIGGER on temporary tables

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Missing information about CREATE TRIGGER on temporary tables
Дата
Msg-id 164675354342.1369298.14513879086676370656@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Missing information about CREATE TRIGGER on temporary tables  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Missing information about CREATE TRIGGER on temporary tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/sql-createtrigger.html
Description:

To be confirmed by the developer community...
The reference page about CREATE TRIGGER should indicate if it's allowed to
create triggers on temp tables.
This seems to be the supported, but I was wondering what happens with the
trigger name when created on a temp table.
It appears that no conflict can occur with other processes, and the same
trigger name can be used by different processes.
Checking the system tables, it appears that the trigger is created in user's
pg_my_temp_schema() ...

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: SQL command : ALTER DATABASE OWNER TO
Следующее
От: Jian He
Дата:
Сообщение: list all the Boolean flags in pg_class that are maintained lazily.