READ ONLY transaction documentation error

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: READ ONLY transaction documentation error
Date: 2006-07-31 00:17:12
Message-ID: Pine.LNX.4.58.0607311014490.19716@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
read_only.diff text/plain 780 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2006-07-31 00:20:17 Re: [HACKERS] extension for sql update
Previous Message Andrew Dunstan 2006-07-30 22:45:47 Re: [Plperlng-devel] [pstehule@ilikethis.cz: plperl enhancing return