Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit acfa013

Browse files
committed
Fix typo I mistakenly added.
1 parent e10bb05 commit acfa013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.233 2004/01/25 00:36:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.234 2004/01/25 03:30:00 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1825,7 +1825,7 @@ SET ENABLE_SEQSCAN TO OFF;
18251825
<command>EXECUTE</> only displays the plan name, not the
18261826
prepared query. Server-side languages like
18271827
<application>PL/pgSQL</> that store functions in a cache only
1828-
display their queries on first function call. superusers can
1828+
display their queries on first function call. Only superusers can
18291829
turn off this option if it is enabled by the administrator.
18301830
</para>
18311831
</listitem>

0 commit comments

Comments
 (0)