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 1tDutW-0044Md-AI for pgsql-admin@arkaria.postgresql.org; Thu, 21 Nov 2024 00:18:02 +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 1tDutT-00APpP-Tk for pgsql-admin@arkaria.postgresql.org; Thu, 21 Nov 2024 00:17:59 +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 1tDutT-00APpH-9w for pgsql-admin@lists.postgresql.org; Thu, 21 Nov 2024 00:17:59 +0000 Received: from mailout.easymail.ca ([64.68.200.34]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tDutQ-002xhm-Bo for pgsql-admin@lists.postgresql.org; Thu, 21 Nov 2024 00:17:58 +0000 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 94C39E48E2; Thu, 21 Nov 2024 00:17:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1732148274; bh=YeoRsYkbFdWDHdi+os/19XXzDv5+GHQKXWBZkJIjTq8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=jISW6chwGTAagLi6G/9DrExomeyPWvASvp1wd5+ZrPwf6tUbBsi3GWSv1+DkqCfU/ B3D7cSI+1jyLjx4hZSUpPAXUp2Ub+otBmrQ56SxwE1zQ7wIWrMaYudHcRu/WKLtbQJ 2lL3lZei/03aswz9jQrP819s0i4BW8HhF7iFap1BgQruxTCCPqW3r/+AlEahR17wmT CumPjDVxgod5m2kJAxup/ETGrTyr3Ugt14EDSt6N1s7sJWVHWJeZV9ru+H9Si83Hks ktipO1orliILvgYDYy3hyJA+W+mAuED3sSNPIB7rcyHy7R9YZKI3Gn6qLoBYYT/zCQ rkFLLE0WaYfCg== X-Virus-Scanned: Debian amavisd-new at emo08-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo08-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yV2y1uYa6gZ7; Thu, 21 Nov 2024 00:17:54 +0000 (UTC) Received: from smtpclient.apple (unknown [165.140.184.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 0945CE48E0; Thu, 21 Nov 2024 00:17:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1732148274; bh=YeoRsYkbFdWDHdi+os/19XXzDv5+GHQKXWBZkJIjTq8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=jISW6chwGTAagLi6G/9DrExomeyPWvASvp1wd5+ZrPwf6tUbBsi3GWSv1+DkqCfU/ B3D7cSI+1jyLjx4hZSUpPAXUp2Ub+otBmrQ56SxwE1zQ7wIWrMaYudHcRu/WKLtbQJ 2lL3lZei/03aswz9jQrP819s0i4BW8HhF7iFap1BgQruxTCCPqW3r/+AlEahR17wmT CumPjDVxgod5m2kJAxup/ETGrTyr3Ugt14EDSt6N1s7sJWVHWJeZV9ru+H9Si83Hks ktipO1orliILvgYDYy3hyJA+W+mAuED3sSNPIB7rcyHy7R9YZKI3Gn6qLoBYYT/zCQ rkFLLE0WaYfCg== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.200.121\)) Subject: Re: Disable Save results to file button From: Scott Ribe In-Reply-To: Date: Wed, 20 Nov 2024 17:17:43 -0700 Cc: pgsql-admin@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <74CE8CC4-3A14-4A64-AF90-9514E27CC56B@elevated-dev.com> References: To: Srini Genji X-Mailer: Apple Mail (2.3826.200.121) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Nov 20, 2024, at 5:06=E2=80=AFPM, Srini Genji = wrote: >=20 > Hi=20 > I am using PGAdmin 4.8.13 and want to make sure that users are not = allowed to download or export the query results. How can I disable = buttons that allow users to export or save to file.=20 > For example: disable Save to file button > Thanks in advance LOL, explain to your boss what a stupid idea this is. You have a user = who has credentials to query the database, yet you want to stop that = user from using the data, in one specific application. Like the user = can't connect with psql, or DBeaver, or any other of a hundred = applications...=