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
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