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 1qTz5K-00BICf-98 for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 06:23:50 +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 1qTz5I-00BjWN-Co for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 06:23:48 +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 1qTz5I-00BjWB-4q for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 06:23:48 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qTz5F-001XDS-G9 for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 06:23:47 +0000 Received: from github.com (hubbernetes-node-5f395f5.ash1-iad.github.net [10.56.148.24]) by smtp.github.com (Postfix) with ESMTPA id 0FA9C1004F8 for ; Wed, 9 Aug 2023 23:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691648624; bh=iv9ZFQOKQF0dvLBXj/Rj9mIjaYbKsADs/BOzBTDcKEA=; h=Date:From:To:Subject:From; b=iqTDxALHrLPsUW7aYy3nFvwdRFna09YUYk3Bv9LY9SefWE7ZGqoGTIYpHfc1N17PE 7i29cDaiuI6/yHbxJuxxqRhtDKRSE1hdF7cfqpoDlsDea0n0V9uQBG6JFoSvbuaBwm iCnCkfAPypUzDCz6DohG55RM0KATdAtZsD3Ey90c= Date: Wed, 09 Aug 2023 23:23:44 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b2eb23: Fix pgAdmin 7.5 fails to render table SQL with ext... 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: b2eb23eb8dd8dd00d1dc76108c57c01a2ebd7413 https://github.com/pgadmin-org/pgadmin4/commit/b2eb23eb8dd8dd00d1dc76108c57c01a2ebd7413 Author: Khushboo Vashi Date: 2023-08-10 (Thu, 10 Aug 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/11_plus/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/13_plus/properties.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/indexes/sql/15_plus/properties.sql Log Message: ----------- Fix pgAdmin 7.5 fails to render table SQL with extension loaded index method. #6630