Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l300r-0001YW-Sj for pgsql-novice@arkaria.postgresql.org; Fri, 22 Jan 2021 17:14:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l300q-0003AW-PR for pgsql-novice@arkaria.postgresql.org; Fri, 22 Jan 2021 17:14:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l300q-0003AP-Jc for pgsql-novice@lists.postgresql.org; Fri, 22 Jan 2021 17:14:20 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l300k-0004mz-5Z for pgsql-novice@lists.postgresql.org; Fri, 22 Jan 2021 17:14:19 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 10MHEADg1166903; Fri, 22 Jan 2021 12:14:10 -0500 From: Tom Lane To: DAVID ROTH cc: "pgsql-novice@lists.postgresql.org" Subject: Re: FDW In-reply-to: <1179999495.191740.1611335410968@connect.xfinity.com> References: <1179999495.191740.1611335410968@connect.xfinity.com> Comments: In-reply-to DAVID ROTH message dated "Fri, 22 Jan 2021 12:10:10 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1166901.1611335650.1@sss.pgh.pa.us> Date: Fri, 22 Jan 2021 12:14:10 -0500 Message-ID: <1166902.1611335650@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk DAVID ROTH writes: > Can someone point me to a list of currently supported fdw's https://wiki.postgresql.org/wiki/Foreign_data_wrappers (I can't vouch for how diligently-maintained this list is.) regards, tom lane