Re: How to debug authentication issues in Postgres

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: How to debug authentication issues in Postgres
Дата
Msg-id 9238fc17-b062-ee33-99e2-2fd915f450b3@aklaver.com
обсуждение исходный текст
Ответ на Re: How to debug authentication issues in Postgres  (Hemil Ruparel <hemilruparel2002@gmail.com>)
Ответы Re: How to debug authentication issues in Postgres  (Hemil Ruparel <hemilruparel2002@gmail.com>)
Список pgsql-general
On 11/28/20 8:11 AM, Hemil Ruparel wrote:
> I am unable to connect using Java in general. And DataGrip runs on Java 
> as far as I know. My backend in python runs perfectly fine using the 
> psycopg2 library (postgres driver for python).

At this point I would file an issue here:

https://github.com/pgjdbc/pgjdbc/issues/new

> 
> I was actually changing the database name and user name
> 
> On Sat, Nov 28, 2020 at 9:28 PM Adrian Klaver <adrian.klaver@aklaver.com 
> <mailto:adrian.klaver@aklaver.com>> wrote:
> 
>     On 11/28/20 6:10 AM, Hemil Ruparel wrote:
>      > Line 88 is this line: host    database    user 0.0.0.0/0
>     <http://0.0.0.0/0>
>      > <http://0.0.0.0/0 <http://0.0.0.0/0>>               scram-sha-256.
>      >
>      > I might have forgotten to change one of the names in the earlier
>     mails.
>      >
> 
>     Change from what? This should just be a copy and paste or am I missing
>     something?
> 
> 
>     -- 
>     Adrian Klaver
>     adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pgdump version mismatch error. server version: 13.0; pg_dump version: 12.4
Следующее
От: Hemil Ruparel
Дата:
Сообщение: Re: How to debug authentication issues in Postgres