diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-11 21:42:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-11 21:42:20 +0000 |
commit | 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch) | |
tree | 8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/ref/set_transaction.sgml | |
parent | 3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff) | |
download | postgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.tar.gz postgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.zip |
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML
conventions more consistent.
Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/set_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_transaction.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index 12ebb2f61ce..cbe41d7175f 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.16 2003/09/09 18:28:53 tgl Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.17 2003/09/11 21:42:20 momjian Exp $ --> <refentry id="SQL-SET-TRANSACTION"> <refmeta> <refentrytitle id="SQL-SET-TRANSACTION-TITLE">SET TRANSACTION</refentrytitle> @@ -122,7 +122,7 @@ SET default_transaction_isolation = '<replaceable>value</replaceable>' <para> Both commands are defined in the <acronym>SQL</acronym> standard. <literal>SERIALIZABLE</literal> is the default transaction - isolation level in the standard; in PostgreSQL the default is + isolation level in the standard; in <productname>PostgreSQL</productname> 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> |