Binary format for array in COPY-command

From: vladqt(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Binary format for array in COPY-command
Date: 2017-12-05 11:43:13
Message-ID: 20171205114313.27103.21233@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/datatype-bit.html
Description:

Hi,
I could not find description of arrays for 9.6 Postgres:
https://www.postgresql.org/docs/9.6/static/sql-copy.html

Array fields have different format than all other data. They have it's own
header - and i want to know field description.

I added hardcode support of smallint[] into this module:
https://github.com/altaurog/pgcopy
And need full description to create full support of arrays.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-05 14:07:41 Re: generate.consistent.ids
Previous Message Michael Paquier 2017-12-04 22:51:21 Re: followed by example doesn't work