aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/set.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-06-14 07:37:05 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-06-14 07:37:05 +0000
commit1ac838edba409abe87649c6820a9ee492cb1a1c5 (patch)
treea980c4637b7cc4785f85b81229472b7607d2cebd /doc/src/sgml/ref/set.sgml
parent5e84d58e701e3feea1b08b1d66525a06824e7224 (diff)
downloadpostgresql-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.sgml3
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>