Array Parameters on protocol 3.0

Поиск
Список
Период
Сортировка
От Carlos Guzman Alvarez
Тема Array Parameters on protocol 3.0
Дата
Msg-id 3F6A262C.2070504@telefonica.net
обсуждение исходный текст
Ответы Re: Array Parameters on protocol 3.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello:

I'm trying to give support to array parameters for sql commands in my 
.net data provider for postgres 7.4, i'm sending the same data as i need 
for read array field values but i get always the error :
insufficient data left in message

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 ??



-- 
Best regards

Carlos Guzmán Álvarez
Vigo-Spain



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

Предыдущее
От: Manfred Spraul
Дата:
Сообщение: Memory buffer alignment
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Memory buffer alignment