From 642f2fe7cf762bc06e28e985e77ed40f92dd1190 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 29 Dec 2001 20:29:49 +0000 Subject: [PATCH] Add missing ; shown in build logs. --- doc/src/sgml/ref/set.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index 5e72bf3c459..6078cc90e56 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ @@ -285,6 +285,7 @@ SELECT setseed(value); + INTERVAL '08:00' HOUR TO MINUTE -- 2.39.5