Re: BUG #5246: Misleading/inconsistent SQLSTATE behavior

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5246: Misleading/inconsistent SQLSTATE behavior
Дата
Msg-id 11059.1260997959@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5246: Misleading/inconsistent SQLSTATE behavior  ("Chris Travers" <chris.travers@gmail.com>)
Ответы Re: BUG #5246: Misleading/inconsistent SQLSTATE behavior  (Chris Travers <chris@metatrontech.com>)
Список pgsql-bugs
"Chris Travers" <chris.travers@gmail.com> writes:
> I am noticing that that a failed database connection results in an unusable
> SQLSTATE in libpq, and a very different SQLSTATE than the backend
> registers.

> For example, if a connection fails due to a database not found, the backend
> registers 3D000 as a SQL state, but the front-end registers 25P01.  If a
> login fails, the back-end registers 28000 but the front-end registers 25P01
> again.

Exactly what "frontend" are you talking about here?  Because what this
sounds like to me is a client-side programming error.  It's certainly
not the backend's fault, and I doubt it is libpq's either.

            regards, tom lane

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgstat wait timeout (by Robert Schnabel)
Следующее
От: Chris Travers
Дата:
Сообщение: Re: BUG #5246: Misleading/inconsistent SQLSTATE behavior