- XACTISOLEVEL
+ XACTISOLEVEL | TRANSACTION ISOLATION LEVEL
- 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.
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.65 1999/06/03 18:25:27 momjian Exp $
+ * $Id: psqlHelp.h,v 1.66 1999/06/03 18:37:59 momjian Exp $
*
*-------------------------------------------------------------------------
*/
\tSET KSQO TO 'ON'|'OFF'\n\
\tSET QUERY_LIMIT TO #\n\
\tSET TIMEZONE TO 'value'\n\
-\tSET XACTISOLEVEL TO 'SERIALIZABLE'|'COMMITTED'\n\
-\tSET CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
+\tSET XACTISOLEVEL|TRANSACTION ISOLATION LEVEL TO 'SERIALIZABLE'|'COMMITTED'\n\
+\tSET CLIENT_ENCODING|NAMES TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
\t 'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|\n\
\t 'KOI8|'WIN'|'ALT'\n\
\tSET SERVER_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.17 1999/06/03 18:18:43 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.18 1999/06/03 18:38:00 momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME
set - set run-time parameters for session
.IR TIMEZONE
sets your timezone.
.PP
-.IR XACTISOLEVEL
+.I XACTISOLEVEL|TRANSACTION ISOLATION LEVEL
sets the transaction isolation level to
.IR SERIALIZABLE
or
.IR COMMITTED .
.PP
-.IR CLIENT_ENCODING
+.IR CLIENT_ENCODING|NAMES
sets the character set encoding of the client. Only available if multi-byte
is enabled at configure time.
.PP