Re: [GENERAL] Connection to PostgreSQL Using Certificate: Wrong Permissions on Private Key File

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Connection to PostgreSQL Using Certificate: Wrong Permissions on Private Key File
Дата
Msg-id 20670.1207026791@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Connection to PostgreSQL Using Certificate: Wrong Permissions on Private Key File  ("korry" <korry.douglas@enterprisedb.com>)
Список pgsql-hackers
"korry" <korry.douglas@enterprisedb.com> writes:
> Hmmm... I'm not crazy about libpq printing error messages to stderr.

Me neither, feel free to submit a patch.

The basic problem here is that the obvious fix involves feeding
the message to a PQnoticeProcessor callback, but these messages
occur during connection setup and there's no way to have called
PQsetNoticeProcessor yet.

So I think you've got to invent some green-field API if you want
to improve it, and that means nothing will happen out in the
real world for three to five years :-(

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: How embarrassing: optimization of a one-shot query doesn't work
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [JDBC] Re: How embarrassing: optimization of a one-shot query doesn't work