Re: libpq: COPY FROM STDIN BINARY of arrays - Mailing list pgsql-general

From Tom Lane
Subject Re: libpq: COPY FROM STDIN BINARY of arrays
Date
Msg-id 189339.1680192046@sss.pgh.pa.us
Whole thread Raw
In response to libpq: COPY FROM STDIN BINARY of arrays  (Dominique Devienne <ddevienne@gmail.com>)
Responses Re: libpq: COPY FROM STDIN BINARY of arrays  (Dominique Devienne <ddevienne@gmail.com>)
List pgsql-general
Dominique Devienne <ddevienne@gmail.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



pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: libpq: COPY FROM STDIN BINARY of arrays
Next
From: "Peter J. Holzer"
Date:
Subject: Re: Using CTID system column as a "temporary" primary key