Thanks for this, but SET TRANSACTION ISOLATION LEVEL

should be described like SET TIME ZONE: TO is not allowed, as well
as DEFAULT option. There are only two forms:

for Vadim.
This commit is contained in:
Bruce Momjian 1999-06-03 20:42:18 +00:00
parent a40bac0d1d
commit 155b5808ca
3 changed files with 7 additions and 7 deletions

View File

@ -530,7 +530,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>
XACTISOLEVEL | TRANSACTION ISOLATION LEVEL TRANSACTION ISOLATION LEVEL
</term> </term>
<listitem> <listitem>
<para> <para>
@ -544,7 +544,7 @@ SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER">timezone</REPLACEABLE>' | LOCAL
<listitem> <listitem>
<para> <para>
Sets the isolation level for transactions to Sets the isolation level for transactions to
'SERIALIZABLE' or 'COMMITTED'. 'SERIALIZABLE' or 'READ COMMITTED'.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -5,7 +5,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: psqlHelp.h,v 1.68 1999/06/03 19:52:08 momjian Exp $ * $Id: psqlHelp.h,v 1.69 1999/06/03 20:42:17 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -331,7 +331,7 @@ TIMEZONE|XACTISOLEVEL|CLIENT_ENCODING|SERVER_ENCODING"},
\tSET KSQO TO 'ON'|'OFF'\n\ \tSET KSQO TO 'ON'|'OFF'\n\
\tSET QUERY_LIMIT TO #\n\ \tSET QUERY_LIMIT TO #\n\
\tSET TIMEZONE TO 'value'\n\ \tSET TIMEZONE TO 'value'\n\
\tSET XACTISOLEVEL|TRANSACTION ISOLATION LEVEL TO 'SERIALIZABLE'|'COMMITTED'\n\ \tSET TRANSACTION ISOLATION LEVEL 'SERIALIZABLE'|'READ COMMITTED'\n\
\tSET CLIENT_ENCODING|NAMES TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\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 'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|\n\
\t 'KOI8|'WIN'|'ALT'\n\ \t 'KOI8|'WIN'|'ALT'\n\

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.18 1999/06/03 18:38:00 momjian Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.19 1999/06/03 20:42:18 momjian Exp $
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL .TH SET SQL 05/14/97 PostgreSQL PostgreSQL
.SH NAME .SH NAME
set - set run-time parameters for session set - set run-time parameters for session
@ -81,11 +81,11 @@ The default is unlimited.
.IR TIMEZONE .IR TIMEZONE
sets your timezone. sets your timezone.
.PP .PP
.I XACTISOLEVEL|TRANSACTION ISOLATION LEVEL .I TRANSACTION ISOLATION LEVEL
sets the transaction isolation level to sets the transaction isolation level to
.IR SERIALIZABLE .IR SERIALIZABLE
or or
.IR COMMITTED . .IR READ COMMITTED .
.PP .PP
.IR CLIENT_ENCODING|NAMES .IR CLIENT_ENCODING|NAMES
sets the character set encoding of the client. Only available if multi-byte sets the character set encoding of the client. Only available if multi-byte