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 1qRRzS-001mHX-1R for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 06:39:18 +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 1qRRzQ-00Ahbv-I2 for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Aug 2023 06:39:16 +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 1qRRzP-00Ahbm-GN for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 06:39:16 +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 1qRRzN-000GeZ-3n for pgadmin-hackers@lists.postgresql.org; Thu, 03 Aug 2023 06:39:14 +0000 Received: from github.com (hubbernetes-node-85dd09f.ash1-iad.github.net [10.56.145.38]) by smtp.github.com (Postfix) with ESMTPA id 9C8B4101201 for ; Wed, 2 Aug 2023 23:39:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691044751; bh=iaA/tCvT3XrYoIrVu/HAEJ/jxUI/dxMnwPThQ+T2ryQ=; h=Date:From:To:Subject:From; b=EGpcZJielqcWa2MCobVdhQuB24RoXc64PTfMmE25d/Cz6bFAj4QHkAbcWdFITztSP PNnPZwjLdSj9ey50I0admWJr11A49TdcMxHlnB57DRYr+Qu24pqG3Psjni9HhDgsOQ D4s6duskw701riAWCfZPiklKNqR5SnpR7kHlMj/g= Date: Wed, 02 Aug 2023 23:39:11 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 59c4a0: Fix an issue where query tool on shared server is ... 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: 59c4a00134b56694b7b7d37b5a2a3430df122e98 https://github.com/pgadmin-org/pgadmin4/commit/59c4a00134b56694b7b7d37b5a2a3430df122e98 Author: Aditya Toshniwal Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M docs/en_US/release_notes_7_6.rst M web/pgadmin/browser/server_groups/servers/__init__.py Log Message: ----------- Fix an issue where query tool on shared server is throwing error if the pgAdmin config DB is external. #6252