Re: PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect
Date
Msg-id 8825.1071685331@sss.pgh.pa.us
Whole thread Raw
In response to PG7.4 / psqlodbc / log_duration=true & client_min_messages=log / Can't connect  (tim <twknowles@uklinux.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] pg_service.conf ignores dbname parameter
Next
From: Tom Lane
Date:
Subject: Re: SELECT FOR UPDATE differs inside and outside a pl/pgsql function (7.4)