]> granicus.if.org Git - postgresql/commit
Improve documentation about usage of FDW validator functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Oct 2013 14:28:35 +0000 (10:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Oct 2013 14:28:35 +0000 (10:28 -0400)
commitc2b51cf1903d5ed5e962ed68b4a4eeb40fe037db
tree02ba970a8fe15a3f54558826b8f0f0ac750f17a5
parent438df52df9bf7ade0c042e73e9c83c0a58adb5bb
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
doc/src/sgml/ref/alter_foreign_data_wrapper.sgml
doc/src/sgml/ref/create_foreign_data_wrapper.sgml
src/backend/commands/foreigncmds.c