Reference tables in triggers are supported in 10

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Reference tables in triggers are supported in 10
Дата
Msg-id 156778125989.1118.105251422157993558@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Reference tables in triggers are supported in 10  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/infoschema-triggers.html
Description:

The documentation states the following:
action_reference_old_table    sql_identifier    Applies to a feature not available
in PostgreSQL
action_reference_new_table    sql_identifier    Applies to a feature not available
in PostgreSQL
action_reference_old_row    sql_identifier    Applies to a feature not available
in PostgreSQL
action_reference_new_row    sql_identifier    Applies to a feature not available
in PostgreSQL

...but REFERENCING OLD/NEW TABLE AS is valid in postgres 10.  Why does the
infoschema not store this information.  I believe this is causing issues in
3rd party tools (DataGrip specifically) that probably rely on
information_schema to generate triggers and omit this key information. I
dont think this is a documention bug as much as a bug in postgres not
storing the information in information_schema.

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Please add example
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Reference tables in triggers are supported in 10