Re: Array Parameters on protocol 3.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Array Parameters on protocol 3.0
Дата
Msg-id 7673.1063939827@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Array Parameters on protocol 3.0  (Carlos Guzman Alvarez <carlosga@telefonica.net>)
Ответы Re: Array Parameters on protocol 3.0  (Carlos Guzman Alvarez <carlosga@telefonica.net>)
Re: Array Parameters on protocol 3.0  (Carlos Guzman Alvarez <carlosga_N_O_S_P_A_M@N_O_S_P_A_M_telefonica.net>)
Список pgsql-hackers
Carlos Guzman Alvarez <carlosga@telefonica.net> writes:
> I'm sending this for array parameters (in binary format):
>     * the number of dimensions.
>     * flags (always 0).
>     * base type of the array elements (oid).
>     * lengths and lower bounds.
>     * array values.
>         * value size.
>         * value.

> Is this correct ??

Looks right to me.  Either you have some small typo in your code, or the
backend does ... let me know which ...

Note that "insufficient data left in message" could arise from
misformatting of an individual array element with respect to its
individual value size, not only from a mistake at the whole-array level.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4beta2 vs 7.3.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.4beta2 vs 7.3.3