Re: Error: insufficient data in the message

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Error: insufficient data in the message
Дата
Msg-id CAB7nPqRNt2dYqNu9+Mr+CL7Od52uD3UHVRc-VNXrTo3UE+SdVA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Error: insufficient data in the message  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Error: insufficient data in the message  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, Mar 18, 2016 at 9:00 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Ranier VF <ranier_gyn@hotmail.com> writes:
>> Hi, I around with error with PostgreSQL 9.5.0
>> Error:  insufficient data in the messagepgsql_pexec error: PQresultStatus=7
>
> Hmm ... I can't find the string "insufficient data in the message"
> anywhere in the Postgres sources.  And not "pgsql_pexec" either.
> So this must be coming from some client-side code you're using (not
> libpq).  It's unlikely we can help you much here; you need to chat with
> the author of the client-side library that's emitting that error.

> 2016-03-16 17:35:07 BRT ERRO:  dados insuficientes na mensagem

This is an error message in Portuguese, and it refers to an existing message:

#: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595
#: utils/adt/arrayfuncs.c:1444 utils/adt/rowtypes.c:556
#, c-format
msgid "insufficient data left in message"
msgstr "dados insuficientes na mensagem"

Perhaps the driver you are using is indeed linked with libpq and the
message translated in Portuguese got translated again? Anyway, we are
going to need more details regarding the way you ran this query, and
what is the version of libpq used on client-side, which may not be
from 9.5.0. Compatibility is ensured with the protocol 3, so that
should work anyway.
--
Michael


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Schema Size - PostgreSQL 9.2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error: insufficient data in the message