]> 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:30:10 +0000 (10:30 -0400)
commit01c1b1aa25149674f9347f9d915533a53c33eff6
tree037b2d71e30f711a06d5e708fc05b757b38ed2f0
parentbb604d03abf1402764d384acb1ae36d379965126
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