pgsql: Fix doc omission for MERGE into updatable views. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Fix doc omission for MERGE into updatable views.
Date
Msg-id E1rh5un-0021ch-VE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix doc omission for MERGE into updatable views.

Commit 5f2e179bd3 missed one place in rules.sgml that should have
mentioned MERGE. Also, be more specific when saying that MERGE doesn't
support rules, since it does support SELECT rules.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8545b28679a2ec2aa66ad2ec81f17019dab5d780

Modified Files
--------------
doc/src/sgml/rules.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix datatype for postgres_fdw option
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove unused 'countincludesself' argument to pq_sendcountedtext