aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-08-03 13:45:55 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-08-03 13:47:54 -0400
commiteaf3ba7b4964c5cf5ace0dbca2eef1a77949b71e (patch)
treee686ad1d0bd8e3657fd4847e376a070a39878e8b
parenta6839bf0c61ccc8465ef438034312aff0a1d8a95 (diff)
downloadpostgresql-eaf3ba7b4964c5cf5ace0dbca2eef1a77949b71e.tar.gz
postgresql-eaf3ba7b4964c5cf5ace0dbca2eef1a77949b71e.zip
doc: Remove documentation of nonexistent information schema columns
These were probably copied in by accident. From: Clément Prévost <prevostclement@gmail.com>
-rw-r--r--doc/src/sgml/information_schema.sgml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml
index 5960726a960..a4db9294369 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>