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 1rGavD-00G5kL-BO for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Dec 2023 08:30:19 +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 1rGavB-003hfP-PF for pgadmin-hackers@arkaria.postgresql.org; Fri, 22 Dec 2023 08:30:17 +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 1rGavB-003hfH-GB for pgadmin-hackers@lists.postgresql.org; Fri, 22 Dec 2023 08:30:17 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGav6-00DJzL-7s for pgadmin-hackers@lists.postgresql.org; Fri, 22 Dec 2023 08:30:16 +0000 Received: from github.com (hubbernetes-node-9bf2421.ac4-iad.github.net [10.52.130.31]) by smtp.github.com (Postfix) with ESMTPA id 9087B5E0419 for ; Fri, 22 Dec 2023 00:30:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703233809; bh=3myAMAvDwkCBJ3gOxDKuf41XUo0PZ9mv2yrBewnLSW4=; h=Date:From:To:Subject:From; b=WCNYzjzeqcPNK3rUUC7C5uzjmviFPkol6POR8PxbDFj7xoSdklB7GeolvcKrARJhE QtObWL3oqqBEjMCzZx/fSrMq7a8lwwqzyPX85PyMtwxtQX4+uydaNq1DHAho4NKqBP Dv5/R8YwgDYIDDc/B1ecmX6Qn+BrNwAoHhnSfWM4= Date: Fri, 22 Dec 2023 00:30:09 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 8c06d9: Fixed an issue where an error occurred in the SQL ... 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: 8c06d933039e1a9568197eb4cba0796018bce3b7 https://github.com/pgadmin-org/pgadmin4/commit/8c06d933039e1a9568197eb4cba0796018bce3b7 Author: Akshay Joshi Date: 2023-12-22 (Fri, 22 Dec 2023) Changed paths: M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py Log Message: ----------- Fixed an issue where an error occurred in the SQL tab when using an extended index(pgroonga). #7002