[COMMITTERS] pgsql: Prohibit transition tables on views and foreign tables. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Prohibit transition tables on views and foreign tables.
Date
Msg-id E1d8IPD-0004ik-PG@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Don't permit transition tables with TRUNCATE triggers.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix typos in comments.