diff options
| author | Peter Eisentraut | 2016-08-03 17:45:55 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-08-03 17:48:05 +0000 |
| commit | 49afd5e9ddfcb0f69ce417f612b7bbb672db07d8 (patch) | |
| tree | 1489e19ba105d0026386251c6719aa1f508fa96f /doc/src/sgml | |
| parent | 0f2b9d9cce905941bb4c507167c993c0264caea9 (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/src/sgml')
| -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 bc63015d717..b82989b11f2 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -2898,18 +2898,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> |
