[COMMITTERS] pgsql: Prohibit transition tables on views and foreign tables.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Prohibit transition tables on views and foreign tables.
Дата
Msg-id E1d8IPD-0004ik-PG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prohibit transition tables on views and foreign tables.

Thomas Munro, per off-list report from Prabhat Sabu.  Changes
to the message wording for consistency with the existing
relkind check for partitioned tables by me.

Discussion: http://postgr.es/m/CAEepm=2xJFFpGM+N=gpWx-9Nft2q1oaFZX07_y23AHCrJQLt0g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e6104c6672dc948a430d1ee269b0c31bf5bc974

Modified Files
--------------
src/backend/commands/trigger.c             | 14 ++++++++++++++
src/test/regress/expected/foreign_data.out |  7 +++++++
src/test/regress/expected/triggers.out     | 15 +++++++++++++++
src/test/regress/sql/foreign_data.sql      |  6 ++++++
src/test/regress/sql/triggers.sql          | 15 +++++++++++++++
5 files changed, 57 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Don't permit transition tables with TRUNCATE triggers.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typos in comments.