From 4a077caa60b9c47e8a17dd5501c5dbd1e8a51165 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 Jun 1999 18:38:00 +0000 Subject: Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention. --- doc/src/sgml/ref/set.sgml | 81 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f4e7374e11e..f60577f39b1 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -530,7 +530,7 @@ SET TIME ZONE { 'timezone' | LOCAL - XACTISOLEVEL + XACTISOLEVEL | TRANSACTION ISOLATION LEVEL @@ -556,15 +556,88 @@ SET TIME ZONE { 'timezone' | LOCAL - Sets the cost of a heap scan to the default value. + Sets the isolation level for transactions to + 'SERIALIZABLE' or 'COMMITTED'. + + + + + CLIENT_ENCODING | NAMES + + - The frontend may be initialized by setting the PGCOSTHEAP - environment variable. + Sets the multi-byte client encoding + + + + + value + + + + Sets the multi-byte client encoding. + + + + + + + + DEFAULT + + + + Sets the multi-byte client encoding. + + + + + + + This is only enabled if multi-byte was specified to configure. + + + + + + SERVER_ENCODING + + + + Sets the multi-byte server encoding + + + + + value + + + + Sets the multi-byte server encoding. + + + + + + + + DEFAULT + + + + Sets the multi-byte server encoding. + + + + + + + This is only enabled if multi-byte was specified to configure. -- cgit v1.2.3