| From: | Pawan Sharma <pawanpg0963(at)gmail(dot)com> |
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
| Cc: | Ravi Krishna <ravikrishna(at)vivaldi(dot)net>, pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Restrict connection from pgadmin. |
| Date: | 2020-02-04 05:55:14 |
| Message-ID: | CAKqG8NURUPNrQtB07yW8rDDAVeo1zzEtj+-j87Tkoak2GmHWQg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Yes I will show the pgadmin in stat_activity but how can block that..
I think I need to create a job to terminate the pgadmin connections and
schedule it for every 5 min and so that I will check any new connections
from pgadmin.
On Mon, 3 Feb 2020, 11:13 pm Adrian Klaver, <adrian(dot)klaver(at)aklaver(dot)com>
wrote:
> On 2/3/20 9:15 AM, Ravi Krishna wrote:
> >>
> >> Not that I know of. pgAdmin is just another client so you just have the
> methods available here:
> >>
> >> https://www.postgresql.org/docs/12/auth-pg-hba-conf.html
> >>
> >
> > will the col application_name from pg_stat_activity list pgadmin as
> pgadmin. if yes, then the closest one can achieve
>
> Make a connection from pgAdmin and see.
>
> > is to have a daemon process wake up every 1 min or so and terminate any
> pgadmin app.
>
> I can do a lot of damage in a minute.
>
>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2020-02-04 06:07:06 | Re: Restrict connection from pgadmin. |
| Previous Message | Adrian Klaver | 2020-02-03 23:22:18 | Re: Should I reinstall over current installation? |