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 1qyQI7-008Md0-7y for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 05:30:51 +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 1qyQI4-00B8vm-V6 for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 05:30: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 1qyQI4-00B8vd-MN for pgadmin-hackers@lists.postgresql.org; Thu, 02 Nov 2023 05:30:48 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyQHx-003Ybg-Kp for pgadmin-hackers@lists.postgresql.org; Thu, 02 Nov 2023 05:30:47 +0000 Received: from github.com (hubbernetes-node-f245a31.ash1-iad.github.net [10.56.201.109]) by smtp.github.com (Postfix) with ESMTPA id 7651660085E for ; Wed, 1 Nov 2023 22:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698903040; bh=tf5vQK6RmCwOXGrBWrqPKwgciawCFLvPJEoWYIkoFqM=; h=Date:From:To:Subject:From; b=DkznoDSg0F72yzluLRXfdtr9bIbJyzHNAAs1347NyVeUfSYZvYl/fjpem65Hp59e/ nz7+KYhSJkAHBmSaR8O6xaWJdA74Gy4g+ES+49DjEwNjnjrrr6hkAr7/X0zblHR2gN 6VztyKz3hwg5AeWqE0bIP/dUEBuThH46prZkcN4Y= Date: Wed, 01 Nov 2023 22:30:40 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5d7080: 1. Fixed an issue where psql was not taking the ro... 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: 5d70803d6d4b5156dbf6ff480fe3675cbbf9dbc7 https://github.com/pgadmin-org/pgadmin4/commit/5d70803d6d4b5156dbf6ff480fe3675cbbf9dbc7 Author: Pravesh Sharma Date: 2023-11-02 (Thu, 02 Nov 2023) Changed paths: M web/pgadmin/tools/psql/__init__.py M web/pgadmin/tools/psql/static/js/psql_module.js M web/pgadmin/tools/psql/templates/editor_template.html Log Message: ----------- 1. Fixed an issue where psql was not taking the role used to connect in server properties. #5807 2. Corrected title in query tool connection link.