Re: [PATCHES] READ ONLY transaction documentation error

2006-07-30 Thread Gavin Sherry
On Sun, 30 Jul 2006, Alvaro Herrera wrote: > 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 > > overlooke

Re: [PATCHES] READ ONLY transaction documentation error

2006-07-30 Thread Alvaro Herrera
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. Ap