diff options
Diffstat (limited to 'doc/src/sgml/ref/create_foreign_data_wrapper.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_foreign_data_wrapper.sgml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/create_foreign_data_wrapper.sgml b/doc/src/sgml/ref/create_foreign_data_wrapper.sgml index 804fb47c68f..d9936e81659 100644 --- a/doc/src/sgml/ref/create_foreign_data_wrapper.sgml +++ b/doc/src/sgml/ref/create_foreign_data_wrapper.sgml @@ -121,14 +121,6 @@ CREATE FOREIGN DATA WRAPPER <replaceable class="parameter">name</replaceable> There is no support for updating a foreign table, and optimization of queries is primitive (and mostly left to the wrapper, too). </para> - - <para> - There is one built-in foreign-data wrapper validator function - provided: - <filename>postgresql_fdw_validator</filename>, which accepts - options corresponding to <application>libpq</> connection - parameters. - </para> </refsect1> <refsect1> |