diff options
Diffstat (limited to 'doc/src/sgml/runtime.sgml')
| -rw-r--r-- | doc/src/sgml/runtime.sgml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e6a9478cbb..d23c78d0cc 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.216 2003/11/04 09:55:38 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.217 2003/11/06 22:08:14 petere Exp $ --> <Chapter Id="runtime"> @@ -2043,10 +2043,12 @@ SET ENABLE_SEQSCAN TO OFF; <term><varname>default_transaction_isolation</varname> (<type>string</type>)</term> <listitem> <para> - Each SQL transaction has an isolation level, which can be either - <quote>read committed</quote> or <quote>serializable</quote>. - This parameter controls the default isolation level of each new - transaction. The default is <quote>read committed</quote>. + Each SQL transaction has an isolation level, which can be + either <quote>read uncommitted</quote>, <quote>read + committed</quote>, <quote>repeatable read</quote>, or + <quote>serializable</quote>. This parameter controls the + default isolation level of each new transaction. The default + is <quote>read committed</quote>. </para> <para> |
