|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.1 2000/06/18 21:24:54 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.2 2000/07/14 15:27:14 thomas Exp $ --> |
2 | 2 | <refentry id="SQL-SET-TRANSACTION">
|
3 | 3 | <refmeta>
|
4 |
| - <refentrytitle id="SQL-SET-TRANSACTION-title">SET TRANSACTION</refentrytitle> |
| 4 | + <refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle> |
5 | 5 | <refmiscinfo>SQL - Language Statements</refmiscinfo>
|
6 | 6 | </refmeta>
|
7 | 7 | <refnamediv>
|
@@ -66,28 +66,44 @@ SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE }
|
66 | 66 | </para>
|
67 | 67 | </refsect1>
|
68 | 68 |
|
69 |
| - <refsect1> |
| 69 | + <refsect1 id="R1-SQL-SET-TRANSACTION-3"> |
70 | 70 | <title>Compatibility</title>
|
71 | 71 |
|
72 |
| - <para> |
73 |
| - SQL92, SQL99 |
74 |
| - </para> |
| 72 | + <refsect2 id="R2-SQL-SET-TRANSACTION-4"> |
| 73 | + <title>SQL92, SQL99</title> |
75 | 74 |
|
76 |
| - <para> |
77 |
| - SERIALIZABLE is the default level in <acronym>SQL</acronym>. |
78 |
| - Postgres does not provide the isolation levels <option>READ |
79 |
| - UNCOMMITTED</option> and <option>REPEATABLE READ</option>. Because |
80 |
| - of multi-version concurrency control, the serializable level is not |
81 |
| - truly serializable. See the <citetitle>User's Guide</citetitle> for |
82 |
| - details. |
83 |
| - </para> |
| 75 | + <para> |
| 76 | + SERIALIZABLE is the default level in <acronym>SQL</acronym>. |
| 77 | + Postgres does not provide the isolation levels <option>READ |
| 78 | + UNCOMMITTED</option> and <option>REPEATABLE READ</option>. Because |
| 79 | + of multi-version concurrency control, the serializable level is not |
| 80 | + truly serializable. See the <citetitle>User's Guide</citetitle> for |
| 81 | + details. |
| 82 | + </para> |
84 | 83 |
|
85 |
| - <para> |
86 |
| - In <acronym>SQL</acronym> there are two other transaction |
87 |
| - characteristics that can be set with this command: whether the |
88 |
| - transaction is read-only and the size of the diagnostics area. |
89 |
| - Neither of these concepts are supported in Postgres. |
90 |
| - </para> |
| 84 | + <para> |
| 85 | + In <acronym>SQL</acronym> there are two other transaction |
| 86 | + characteristics that can be set with this command: whether the |
| 87 | + transaction is read-only and the size of the diagnostics area. |
| 88 | + Neither of these concepts are supported in Postgres. |
| 89 | + </para> |
| 90 | + </refsect2> |
91 | 91 | </refsect1>
|
92 | 92 | </refentry>
|
93 | 93 |
|
| 94 | +<!-- Keep this comment at the end of the file |
| 95 | +Local variables: |
| 96 | +mode:sgml |
| 97 | +sgml-omittag:nil |
| 98 | +sgml-shorttag:t |
| 99 | +sgml-minimize-attributes:nil |
| 100 | +sgml-always-quote-attributes:t |
| 101 | +sgml-indent-step:1 |
| 102 | +sgml-indent-data:t |
| 103 | +sgml-parent-document:nil |
| 104 | +sgml-default-dtd-file:"../reference.ced" |
| 105 | +sgml-exposed-tags:nil |
| 106 | +sgml-local-catalogs:("/usr/lib/sgml/catalog") |
| 107 | +sgml-local-ecat-files:nil |
| 108 | +End: |
| 109 | +--> |
0 commit comments