diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-14 07:37:05 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-14 07:37:05 +0000 |
commit | 1ac838edba409abe87649c6820a9ee492cb1a1c5 (patch) | |
tree | a980c4637b7cc4785f85b81229472b7607d2cebd /doc/src/sgml/ref/set.sgml | |
parent | 5e84d58e701e3feea1b08b1d66525a06824e7224 (diff) | |
download | postgresql-1ac838edba409abe87649c6820a9ee492cb1a1c5.tar.gz postgresql-1ac838edba409abe87649c6820a9ee492cb1a1c5.zip |
Minor updates for release.
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml
(the emacs parser) to handle parsing.
Diffstat (limited to 'doc/src/sgml/ref/set.sgml')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f7850a839fd..9e4f7a4dee7 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -18,7 +18,8 @@ <date>1998-09-24</date> </refsynopsisdivinfo> <synopsis> -SET <replaceable class="PARAMETER">variable</replaceable> { TO | = } { '<replaceable class="PARAMETER">value</replaceable>' | DEFAULT } +SET <replaceable class="PARAMETER">variable</replaceable> { TO | = } { + '<replaceable class="PARAMETER">value</replaceable>' | DEFAULT } SET TIME ZONE { '<replaceable class="PARAMETER">timezone</replaceable>' | LOCAL | DEFAULT }; SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZED } </synopsis> |