Re: libpq crashing on macOS during connection startup

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: libpq crashing on macOS during connection startup
Дата
Msg-id 0100018c357d32a7-e1c91133-a389-41ad-b9ea-405db4eb5db7-000000@email.amazonses.com
обсуждение исходный текст
Ответ на Re: libpq crashing on macOS during connection startup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> On Nov 30, 2023, at 7:53 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
>> Is there a way to simply disable GSSAPI authentication? I could not find it.
>
> gssencmode=disable in your connection options; but that's a tad
> inconvenient probably.


I discovered there is a PGGSSENCMODE environment variable. I set it to 'disable' in the environment used to run the
httpserver. Hopefully this will solve it. 

https://www.postgresql.org/docs/current/libpq-envars.html


John DeSoi, Ph.D.




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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: vacuum visibility relevance
Следующее
От: Ron Johnson
Дата:
Сообщение: vacuumdb seems not to like option -j when run from crontab