diff options
author | Bruce Momjian | 1999-06-03 18:38:00 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-06-03 18:38:00 +0000 |
commit | 4a077caa60b9c47e8a17dd5501c5dbd1e8a51165 (patch) | |
tree | 9177b776673b0a9b4c0c094f0f25f30186c469c3 /src/man/set.l | |
parent | 78572412299cfb728fb8af02d7ad2fc51dbac15d (diff) |
Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.
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 8a3e060797b..b838341530a 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.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 @@ -81,13 +81,13 @@ The default is unlimited. .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 |