From: Bruce Momjian Date: Sun, 25 Jan 2004 03:30:00 +0000 (+0000) Subject: Fix typo I mistakenly added. X-Git-Tag: REL8_0_0BETA1~1283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acfa013e81af495ab24fde76086dbe3c7f6d5e34;p=postgresql Fix typo I mistakenly added. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index db9a8268d7..61d7ca8967 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1825,7 +1825,7 @@ SET ENABLE_SEQSCAN TO OFF; EXECUTE only displays the plan name, not the prepared query. Server-side languages like PL/pgSQL that store functions in a cache only - display their queries on first function call. superusers can + display their queries on first function call. Only superusers can turn off this option if it is enabled by the administrator.