Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fpLNt-00018H-Q1 for pgsql-docs@arkaria.postgresql.org; Mon, 13 Aug 2018 22:32:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fpLNr-0005V5-Ub for pgsql-docs@arkaria.postgresql.org; Mon, 13 Aug 2018 22:32:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fpLNr-0005Ux-P8 for pgsql-docs@lists.postgresql.org; Mon, 13 Aug 2018 22:32:19 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fpLNo-0001yv-Ow for pgsql-docs@lists.postgresql.org; Mon, 13 Aug 2018 22:32:19 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id w7DMWDoV003508; Mon, 13 Aug 2018 18:32:13 -0400 From: Tom Lane To: ppkrauss@gmail.com cc: pgsql-docs@lists.postgresql.org Subject: Re: No _fdw link at FOREIGN TABLE documentation In-reply-to: <153418709052.10277.7889111458664428680@wrigleys.postgresql.org> References: <153418709052.10277.7889111458664428680@wrigleys.postgresql.org> Comments: In-reply-to =?utf-8?q?PG_Doc_comments_form?= message dated "Mon, 13 Aug 2018 19:04:50 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3506.1534199533.1@sss.pgh.pa.us> Date: Mon, 13 Aug 2018 18:32:13 -0400 Message-ID: <3507.1534199533@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk =?utf-8?q?PG_Doc_comments_form?= writes: > The page "sql-createforeigntable" citate OPTIONs but not where (??) the > valid options. Example of documentation to be linked > https://www.postgresql.org/docs/current/static/file-fdw.html If there were a fixed set of FDWs that we could reference there, it'd be worth doing, but I don't see much value in linking to sample FDWs just because they happen to be part of the main distribution. regards, tom lane