From acfa013e81af495ab24fde76086dbe3c7f6d5e34 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sun, 25 Jan 2004 03:30:00 +0000 Subject: [PATCH] Fix typo I mistakenly added. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index db9a8268d7c..61d7ca89674 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.233 2004/01/25 00:36:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.234 2004/01/25 03:30:00 momjian Exp $ --> <Chapter Id="runtime"> @@ -1825,7 +1825,7 @@ SET ENABLE_SEQSCAN TO OFF; <command>EXECUTE</> only displays the plan name, not the prepared query. Server-side languages like <application>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. </para> </listitem> -- GitLab