projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e10bb05
)
Fix typo I mistakenly added.
author
Bruce Momjian
Sun, 25 Jan 2004 03:30:00 +0000
(
03:30
+0000)
committer
Bruce Momjian
Sun, 25 Jan 2004 03:30:00 +0000
(
03:30
+0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index db9a8268d7c899d4d6b9b763ee55d3dfb353ed58..61d7ca89674e1118387bf8330a987e3c3ce1daf6 100644
(file)
--- 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.