Carlos Guzman Alvarez <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]