Array Parameters on protocol 3.0

From: Carlos Guzman Alvarez <carlosga(at)telefonica(dot)net>
To: Developement <pgsql-hackers(at)postgresql(dot)org>
Subject: Array Parameters on protocol 3.0
Date: 2003-09-18 21:39:56
Message-ID: 3F6A262C.2070504@telefonica.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-18 21:46:34 Re: Memory buffer alignment
Previous Message Gaetano Mendola 2003-09-18 21:37:56 Re: 7.4beta2 vs 7.3.3