READ ONLY transaction documentation error - Mailing list pgsql-patches

From Gavin Sherry
Subject READ ONLY transaction documentation error
Date
Msg-id Pine.LNX.4.58.0607311014490.19716@linuxworld.com.au
Whole thread Raw
Responses Re: READ ONLY transaction documentation error
List pgsql-patches
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

Attachment

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [Plperlng-devel] [pstehule@ilikethis.cz: plperl enhancing return
Next
From: Robert Treat
Date:
Subject: Re: [HACKERS] extension for sql update