diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-09 18:28:53 +0000 |
| commit | d4019b7cd33e7d820013c8a58917e31cdcca57ed (patch) | |
| tree | 41759e9502ac811454da2cbe0d448fbcc30b9a52 /doc/src/sgml/ref/set_transaction.sgml | |
| parent | 1815f6179d48d565d179032d79b2fcf844727094 (diff) | |
| download | postgresql-d4019b7cd33e7d820013c8a58917e31cdcca57ed.tar.gz | |
Remove a bunch of content-free Diagnostics sections, as per previous
discussion. (Still have some work to do editing the remainder.)
Diffstat (limited to 'doc/src/sgml/ref/set_transaction.sgml')
| -rw-r--r-- | doc/src/sgml/ref/set_transaction.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index 9149d557dc..12ebb2f61c 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.15 2003/08/31 17:32:24 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.16 2003/09/09 18:28:53 tgl Exp $ --> <refentry id="SQL-SET-TRANSACTION"> <refmeta> <refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle> @@ -120,10 +120,10 @@ SET default_transaction_isolation = '<replaceable>value</replaceable>' <title>Compatibility</title> <para> - Both commands are defined in the SQL standard. + Both commands are defined in the <acronym>SQL</acronym> standard. <literal>SERIALIZABLE</literal> is the default transaction - isolation level in <acronym>SQL</acronym>; in PostgreSQL it is - <literal>READ COMMITED</literal>, but you can change it as + isolation level in the standard; in PostgreSQL the default is + ordinarily <literal>READ COMMITTED</literal>, but you can change it as described above. <productname>PostgreSQL</productname> does not provide the isolation levels <literal>READ UNCOMMITTED</literal> and <literal>REPEATABLE READ</literal>. Because of multiversion |
