diff options
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> |