diff options
| author | Peter Eisentraut | 2016-08-03 17:45:55 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-08-03 17:48:16 +0000 |
| commit | 04e7940e7c9936cb5a2a87b89c8d55c67a27e51b (patch) | |
| tree | ede65cee30fad29a26362d1ce99f5cc0cf89c186 /doc | |
| parent | 8b2f60b6eed6f4c24bd61c4189f83ca352bebf78 (diff) | |
doc: Remove documentation of nonexistent information schema columns
These were probably copied in by accident.
From: Clément Prévost <prevostclement@gmail.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/information_schema.sgml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index c2f33afab2f..10bdde8ae76 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -2747,18 +2747,6 @@ ORDER BY c.ordinal_position; </row> <row> - <entry><literal>foreign_server_catalog</literal></entry> - <entry><type>sql_identifier</type></entry> - <entry>Name of the database that the foreign server is defined in (always the current database)</entry> - </row> - - <row> - <entry><literal>foreign_server_name</literal></entry> - <entry><type>sql_identifier</type></entry> - <entry>Name of the foreign server</entry> - </row> - - <row> <entry><literal>option_name</literal></entry> <entry><type>sql_identifier</type></entry> <entry>Name of an option</entry> |
