Re: command length?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: command length?
Дата
Msg-id 9455.1025296878@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: command length?  (stev knowles <stev@Precision.Guesswork.COM>)
Список pgsql-novice
stev knowles <stev@Precision.Guesswork.COM> writes:
> i am using a C interface into the database, based on the example code.
> occasionally, one of my INSERT's fails, with: INSERT command failed:
> PGRES_FATAL_ERROR.

You might want to change your code so it prints the PQresultErrorMessage,
and not (or at least not only) PQresultStatus.

            regards, tom lane



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

Предыдущее
От: stev knowles
Дата:
Сообщение: Re: command length?
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: command length?