]> granicus.if.org Git - postgresql/commit
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 1999 20:44:28 +0000 (20:44 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 1999 20:44:28 +0000 (20:44 +0000)
commita6ed4794a3bdd65a491746d106f80a6c26aefc7b
tree9fd5da84b9e0a43a020d777c418ee0a6d299075d
parent155b5808cac496eef1dd2602694a934530cedcd7
SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
SET TRANSACTION ISOLATION LEVEL READ COMMITTED;
                                ^^^^ required

Also note that SET TRANSACTION ISOLATION LEVEL change
isolevel for _current_ transaction, in accordance with
standard, not for session (ALTER SESSION is used in Oracle,
but it's not implemented currently).

And I would don't mention SET XACTISOLEVEL TO ...
form at all.

Please update set.sgml - I failed to understand all these

SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">

now.

for Vadim
doc/src/sgml/ref/set.sgml
src/man/set.l