pgsql: Document new trigger-related forms of ALTER FOREIGN TABLE. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Document new trigger-related forms of ALTER FOREIGN TABLE.
Date
Msg-id E1XJZoI-0002vY-78@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document new trigger-related forms of ALTER FOREIGN TABLE.

Oversight in commit 7cbe57c34dec4860243e6d0f81738cfbb6e5d069.
Back-patch to 9.4, where that commit first appeared.  In passing,
release-note the FDW API postcondition change from the same commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/10718612fb23a5853e56eb792a6b1503ebddf190

Modified Files
--------------
doc/src/sgml/ref/alter_foreign_table.sgml |   46 +++++++++++++++++++++++++++++
doc/src/sgml/release-9.4.sgml             |   12 ++++++++
2 files changed, 58 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Install libpq DLL with $(INSTALL_SHLIB).
Next
From: Noah Misch
Date:
Subject: pgsql: Make pg_service.conf sample LDIF more portable.