Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sm6gC-003IPd-QY for pgsql-admin@arkaria.postgresql.org; Thu, 05 Sep 2024 07:13:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sm6gA-004xCN-DD for pgsql-admin@arkaria.postgresql.org; Thu, 05 Sep 2024 07:13:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sm6gA-004xCE-1K for pgsql-admin@lists.postgresql.org; Thu, 05 Sep 2024 07:13:18 +0000 Received: from cloud.gatewaynet.com ([185.90.37.94]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sm6g7-000Elz-N2 for pgsql-admin@lists.postgresql.org; Thu, 05 Sep 2024 07:13:17 +0000 Message-ID: <1b1d7cf2-f7f8-4391-0dd9-c3ae44628c56@cloud.gatewaynet.com> Date: Thu, 5 Sep 2024 10:13:10 +0300 MIME-Version: 1.0 Content-Language: en-US To: pgsql-admin@lists.postgresql.org From: Achilleas Mantzios - cloud Subject: postgresql FDW vs dblink for DDL Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi for remote DDL execution (such as CREATE TABLE) is dblink my only option? thanks