The docs say:
"When a transaction is read-only, the following SQL commands are
disallowed: INSERT, UPDATE, DELETE, and COPY TO"
Actually, COPY FROM is the command we disallow. This must have been
overlooked when the read-only error was fixed in the COPY code.
Pointed out by Arul Shaji at Fujitsu.
Thanks
Gavin