Copy Documentation - Mailing list pgsql-docs

From PG Doc comments form
Subject Copy Documentation
Date
Msg-id 164514718677.688.14593465684586266955@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Copy Documentation  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/sql-copy.html
Description:

The documentation states that headers are only used for CSV files, but there
is a header "PGCOPY" when using a BINARY export. e.g.
COPY (SELECT zipfile FROM file_upload) TO PROGRAM 'cat > /tmp/dunc ' (FORMAT
binary);
Please can we have an example of using COPY (server/plpgsql) to copy a bytea
(eg image) column to an image file, unchanged - i.e. no headers.

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: range data type size not mention in docs.
Next
From: Peter Eisentraut
Date:
Subject: Re: maximum number of backtrace frames logged by backtrace_functions