diff options
author | Bruce Momjian | 1999-06-03 20:42:18 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-06-03 20:42:18 +0000 |
commit | 155b5808cac496eef1dd2602694a934530cedcd7 (patch) | |
tree | db9fff5178a92ae22a0dcf7c712daed93bd2f68b /src/man/set.l | |
parent | a40bac0d1d95837ad93d51492faef0a191d9faa0 (diff) |
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.
Diffstat (limited to 'src/man/set.l')
-rw-r--r-- | src/man/set.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/set.l b/src/man/set.l index b838341530a..c281e9eaac9 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" 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 .SH NAME set - set run-time parameters for session @@ -81,11 +81,11 @@ The default is unlimited. .IR TIMEZONE sets your timezone. .PP -.I XACTISOLEVEL|TRANSACTION ISOLATION LEVEL +.I TRANSACTION ISOLATION LEVEL sets the transaction isolation level to .IR SERIALIZABLE or -.IR COMMITTED . +.IR READ COMMITTED . .PP .IR CLIENT_ENCODING|NAMES sets the character set encoding of the client. Only available if multi-byte |