From 04e7940e7c9936cb5a2a87b89c8d55c67a27e51b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 3 Aug 2016 13:45:55 -0400 Subject: [PATCH] doc: Remove documentation of nonexistent information schema columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These were probably copied in by accident. From: Clément Prévost --- doc/src/sgml/information_schema.sgml | 12 ------------ 1 file changed, 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 @@ -2746,18 +2746,6 @@ ORDER BY c.ordinal_position; Name of the foreign table - - foreign_server_catalog - sql_identifier - Name of the database that the foreign server is defined in (always the current database) - - - - foreign_server_name - sql_identifier - Name of the foreign server - - option_name sql_identifier -- 2.39.5