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 1qqSd3-00AKxF-Rd for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 06:23:34 +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 1qqSd1-00D9QN-PW for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 06:23:32 +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 1qqSd1-00D9QE-HO for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 06:23:32 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqScz-0014hq-9X for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 06:23:31 +0000 Received: from github.com (hubbernetes-node-2bbc117.ac4-iad.github.net [10.52.132.21]) by smtp.github.com (Postfix) with ESMTPA id 00E065E0861 for ; Tue, 10 Oct 2023 23:23:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697005408; bh=9RsTnIWEM/rPZywwJPxSHw3IEbVGX3HcMU2D55PTmK8=; h=Date:From:To:Subject:From; b=ax1Y/kQtMnZNqMZ2QT8S4zFRBECvzZH+OtaT7Cw2EDWNp000MrYplXNOg0vOQAFc+ /aLCQoorgYp4HQGGgtFpSDZmoT7mgfurH8t06g8NbW/o7joHaA9Ich2YFejp4Whfd8 D27+2Xu9PihrfLL0lxE5PIFxPA1AMtJ6l0UuW9zU= Date: Tue, 10 Oct 2023 23:23:27 -0700 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 445014: Fixed issues reported while testing foreign table ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4450145d31973209deaca8ec78a10e3bdfe4aba2 https://github.com/pgadmin-org/pgadmin4/commit/4450145d31973209deaca8ec78a10e3bdfe4aba2 Author: Yogesh Mahajan Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_table_columns/sql/default/create.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/create.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/get_columns.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/templates/foreign_tables/sql/default/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/alter_col_opts.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/pg/default/alter_remove_opts_priv_cons.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/alter_col_opts.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/tests/ppas/default/alter_remove_opts_priv_cons.sql Log Message: ----------- Fixed issues reported while testing foreign table properties. #640