On Thu, 2 Jan 2003, Tom Lane wrote:
> "Michael Paesold" <[EMAIL PROTECTED]> writes:
> > Now setting autocommit=off the set transaction isolation level command does
> > not show any effect:
>
> > billing=# set autocommit to off;
> > SET
> > billing=# set transaction isolation level serializable;
>
"Michael Paesold" <[EMAIL PROTECTED]> writes:
> Now setting autocommit=off the set transaction isolation level command does
> not show any effect:
> billing=# set autocommit to off;
> SET
> billing=# set transaction isolation level serializable;
> SET
SET does not start a transaction block, so th