"Qingqing Zhou" <[EMAIL PROTECTED]> writes:
> test=# SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SESSION is taken as a noise word here. Possibly we should disallow this
syntax altogether, since it isn't SQL-spec ... but I'm not sure it's
worth contorting the grammar enough to do that.
Qingqing Zhou <[EMAIL PROTECTED]> writes:
> On Sun, 1 Jan 2006, Tom Lane wrote:
>> "Qingqing Zhou" <[EMAIL PROTECTED]> writes:
>>> test=# SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
>>
>> SESSION is taken as a noise word here. Possibly we should disallow this
>> syntax altogether, since
On Sun, 1 Jan 2006, Tom Lane wrote:
> "Qingqing Zhou" <[EMAIL PROTECTED]> writes:
> > test=# SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
>
> SESSION is taken as a noise word here. Possibly we should disallow this
> syntax altogether, since it isn't SQL-spec ... but I'm not sure it's
>
test=# SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET
test=# show transaction_isolation;
transaction_isolation
---
read committed
(1 row)
Is this a bug by any chance or we do it intentionally?
Regards,
Qingqing
---(end of broadcast)