Re: any tips to have restricted inbound and getting connected with postgresql dB

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Y_Bharani_mbsv <mailbsv(at)yahoo(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: any tips to have restricted inbound and getting connected with postgresql dB
Date: 2024-12-20 20:13:03
Message-ID: f37731a5-80bf-45d8-b699-587652f34b00@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/20/24 11:25, Y_Bharani_mbsv wrote:
>  Team
> I have the need to have postgresql db running in multiuser mode and do
> my needed tasks for few mins.

What are the tasks and why do you think they can't be run concurrently
with other users?

>
> How to restrict all the application layer , not to get connected with
> the postgres db ,
> during my specific time window
> I am aware of their application layer - username
>
> Changing password is the last option
>
> Any tips
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-12-20 20:25:57 Re: any tips to have restricted inbound and getting connected with postgresql dB
Previous Message Adrian Klaver 2024-12-20 20:11:41 Re: Intermittent errors when fetching cursor rows on PostgreSQL 16