Re: Slightly better testing for pg_ctl(1)'s -w...

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: Slightly better testing for pg_ctl(1)'s -w...
Дата
Msg-id 0CFE14AB-1BB8-11D9-BCB2-000A95C705DC@speakeasy.net
обсуждение исходный текст
Ответ на Re: Slightly better testing for pg_ctl(1)'s -w...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Slightly better testing for pg_ctl(1)'s -w...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
>>> ... it should have a SQLSTATE assigned, so you could
>>> check for ERRCODE_INVALID_AUTHORIZATION_SPECIFICATION ...
>
>> Ok, I've read over the code a little bit... it doesn't seem like
>> there's an obvious way to get the error code via libpq(3).
>
> Hmmm ... I was thinking of PQresultErrorField, but you don't actually
> get a PGresult from a connection failure, so that's no good :-(.
>
> I suppose we need to think about extending libpq so that a SQLSTATE
> can be retrieved for connection-level failures.  That kinda moves
> it out of the realm of bug-fix-for-beta though.

Whew, glad it wasn't me.  Could we (ie Bruce) add getting the raw
errcode as an 8.1 TODO item?  In the mean time, are you going to commit
the pg_ctl patch?  -sc

--
Sean Chittenden


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: plperl features
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: plperl features