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
Re: Array Parameters on protocol 3.0 |
Список | 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 по дате отправления: