diff options
Diffstat (limited to 'doc/src/sgml/ref/set_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/set_transaction.sgml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index 3bb623c3a0c..50af1e9b061 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.5 2001/09/03 12:57:50 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/set_transaction.sgml,v 1.6 2001/10/09 18:46:00 petere Exp $ --> <refentry id="SQL-SET-TRANSACTION"> <docinfo> <date>2000-11-24</date> @@ -17,7 +17,8 @@ <refsynopsisdiv> <synopsis> SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } -SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } +SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL + { READ COMMITTED | SERIALIZABLE } </synopsis> </refsynopsisdiv> @@ -79,8 +80,11 @@ SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL { READ COMMITTED | SE <para> The session default transaction isolation level can also be set - with the command <literal>SET default_transaction_isolation = - '<replaceable>value</replaceable>'</literal> and in the + with the command +<programlisting> +SET default_transaction_isolation = '<replaceable>value</replaceable>' +</programlisting> + and in the configuration file. Consult the <citetitle>Administrator's Guide</citetitle> for more information. </para> |