Improve documentation about usage of FDW validator functions.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_foreign_data_wrapper.sgml | modified | +7 −5 |
| doc/src/sgml/ref/create_foreign_data_wrapper.sgml | modified | +4 −4 |
| src/backend/commands/foreigncmds.c | modified | +8 −4 |