pgsql: Clarify FDW documentation about ON CONFLICT.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify FDW documentation about ON CONFLICT.
Date: 2015-10-02 20:57:41
Message-ID: E1Zi7Of-0002wL-4D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify FDW documentation about ON CONFLICT.

Etsuro Fujita, reviewed by Peter Geoghegan

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/63e86ecacd505f2e1c125ff2361f47754f3e18c0

Modified Files
--------------
doc/src/sgml/fdwhandler.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-10-02 23:17:03 pgsql: Update time zone data files to tzdata release 2015g.
Previous Message Tom Lane 2015-10-02 19:01:16 pgsql: Add recursion depth protection to LIKE matching.