pgsql: Improve documentation about usage of FDW validator functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation about usage of FDW validator functions.
Date: 2013-10-28 14:28:44
Message-ID: E1VanoC-0002ZV-Mb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation about usage of FDW validator functions.

SGML documentation, as well as code comments, failed to note that an FDW's
validator will be applied to foreign-table options for foreign tables using
the FDW.

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2b51cf1903d5ed5e962ed68b4a4eeb40fe037db

Modified Files
--------------
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml | 12 +++++++-----
doc/src/sgml/ref/create_foreign_data_wrapper.sgml | 8 ++++----
src/backend/commands/foreigncmds.c | 12 ++++++++----
3 files changed, 19 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-10-28 14:30:15 pgsql: Improve documentation about usage of FDW validator functions.
Previous Message Tom Lane 2013-10-28 14:00:33 pgsql: Suppress duplicate-index-entry warning introduced by previous co