Re: libpq ::PQstatus()

Поиск
Список
Период
Сортировка
От Einar Karttunen
Тема Re: libpq ::PQstatus()
Дата
Msg-id 20010820212255.B10587@cs.helsinki.fi
обсуждение исходный текст
Ответ на libpq ::PQstatus()  ("Zuev Dmitry" <envoy1@chat.ru>)
Список pgsql-general
On Wed, Aug 15, 2001 at 06:37:53PM +0600, Zuev Dmitry wrote:
> can anybody tell me why PQstatus() return not realy status ?
> i make a connection, then PQstatus() tell ok
> i stop database and PQstatus() tell me ok again (((
> is where method for get real status of connection ?
>
PQstatus checks whether the last thing returned by db was ok,
not whether the db is still alive. I suggest using some
dummy query like:
PQexec('SELECT 1;');

- Einar Karttunen

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

Предыдущее
От: Gordan Bobic
Дата:
Сообщение: Re: nextval, sequences and sequencenames
Следующее
От: Corey Minter
Дата:
Сообщение: database corruption on VACUUM ANALYZE, now unable to initdb