Re: Restrict connection from pgadmin.

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Restrict connection from pgadmin.
Дата
Msg-id cac9bdde-bd61-d0c9-5f53-0cb8d064aad5@aklaver.com
обсуждение исходный текст
Ответ на Re: Restrict connection from pgadmin.  (Ravi Krishna <ravikrishna@vivaldi.net>)
Ответы Re: Restrict connection from pgadmin.  (Pawan Sharma <pawanpg0963@gmail.com>)
Список pgsql-general
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.klaver@aklaver.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Ravi Krishna
Дата:
Сообщение: Re: Restrict connection from pgadmin.
Следующее
От: Matthias Apitz
Дата:
Сообщение: Re: performance of loading CSV data with COPY is 50 times fasterthan Perl::DBI