Re: libpq: COPY FROM STDIN BINARY of arrays

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: libpq: COPY FROM STDIN BINARY of arrays
Date: 2023-03-30 16:00:46
Message-ID: 189339.1680192046@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dominique Devienne <ddevienne(at)gmail(dot)com> writes:
> Does the wire-format of arrays differ between binary-binds and binary-copy?

No.

> Any pointers to what I could look at, to resolve this? doc? code? example?

array_send and array_recv might help you. Keep in mind that maybe the
problem is with array element(s) not the array structure proper.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2023-03-30 16:21:53 Re: Using CTID system column as a "temporary" primary key
Previous Message Dominique Devienne 2023-03-30 15:40:04 libpq: COPY FROM STDIN BINARY of arrays