Re: READ ONLY transaction documentation error

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: READ ONLY transaction documentation error
Date: 2006-07-31 01:14:11
Message-ID: 20060731011411.GC10074@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Gavin Sherry wrote:
> 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.

Applied -- sorry I typo'ed your name in the commit message though :-(

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2006-07-31 01:16:09 Re: READ ONLY transaction documentation error
Previous Message Rod Taylor 2006-07-31 00:38:30 Re: [HACKERS] extension for sql update