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 1r3bLe-004iYD-3Q for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 12:19:54 +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 1r3bLc-006dck-Qg for pgadmin-hackers@arkaria.postgresql.org; Thu, 16 Nov 2023 12:19:52 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3bLc-006dcb-Hk for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 12:19:52 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3bLZ-006jXK-Rp for pgadmin-hackers@lists.postgresql.org; Thu, 16 Nov 2023 12:19:51 +0000 Received: from github.com (hubbernetes-node-9def8dc.va3-iad.github.net [10.48.12.36]) by smtp.github.com (Postfix) with ESMTPA id B546F8C1394 for ; Thu, 16 Nov 2023 04:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700137187; bh=njq9oZjcsq2hNZOisU5aH9bDCZa+9Gr0TdEQJkWOdnY=; h=Date:From:To:Subject:From; b=QkmIlAxfw79WdU4cCwWHq9gtmuRvzUvwYnlTRNIhQCpaEkg7Q5NFp2uEzQjdO39xE ZrVQVfHyKii6xX0k83rShNMmaVwD61QTbYNvpH9F6ING+j4SwrMr1awTcw/UM3dllp UoOt6Q/h2DtPU6twmRmn6Ej0JzsNXR5WSqlagbXw= Date: Thu, 16 Nov 2023 04:19:47 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 302e1a: Fixed an issue where the data type of the array ty... 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: 302e1acabdba8e2e8e7ed344a7c2c95880015705 https://github.com/pgadmin-org/pgadmin4/commit/302e1acabdba8e2e8e7ed344a7c2c95880015705 Author: Akshay Joshi Date: 2023-11-16 (Thu, 16 Nov 2023) Changed paths: M docs/en_US/release_notes_7_9.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py Log Message: ----------- Fixed an issue where the data type of the array type was not visible for the column in the Foreign Table dialog. #6962