Re: PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect
Дата
Msg-id 8825.1071685331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect  (tim <twknowles@uklinux.net>)
Список pgsql-bugs
tim <twknowles@uklinux.net> writes:
> I've found a minor bug whilst using psqlodbc to connect to PostgreSQL.  I have
> found that if you set in postgresql.conf:

> client_min_messages=log
> log_duration=true

> you are unable to connect to any db using the psqlodbc driver.

Hm.  This sounds like psqlodbc is unprepared to handle a NOTICE message
arriving during its startup; which if true would imply other corner-case
bugs besides this one.

I am not sure if any of the pgsql ODBC guys pay close attention to
pgsql-bugs.  If you don't get any useful help, try reposting on the
pgsql-odbc list.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_service.conf ignores dbname parameter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql function (7.4)