From 1ac838edba409abe87649c6820a9ee492cb1a1c5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Mon, 14 Jun 1999 07:37:05 +0000 Subject: Minor updates for release. Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing. --- doc/src/sgml/ref/set.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src/sgml/ref/set.sgml') diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f7850a839f..9e4f7a4dee 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -18,7 +18,8 @@ 1998-09-24 -SET variable { TO | = } { 'value' | DEFAULT } +SET variable { TO | = } { + 'value' | DEFAULT } SET TIME ZONE { 'timezone' | LOCAL | DEFAULT }; SET TRANSACTION ISOLATION LEVEL { READ COMMITTED | SERIALIZED } -- cgit v1.2.1