projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d77f3
)
Fix grammar.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 17 Mar 2017 00:29:11 +0000
(20:29 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 17 Mar 2017 00:29:42 +0000
(20:29 -0400)
This would have ben grammatical if the closing tag name were actually
part of the output, but of course it's not.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 9518fa20388afe58b44509ccc3363854085527e6..502f99b22b34fb3cf6a914b2fbbf02cfe5b6f467 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-18163,7
+18163,7
@@
SELECT set_config('log_statement_stats', 'off', false);
The functions shown in <xref
linkend="functions-admin-signal-table"> send control signals to
other server processes. Use of these functions is restricted to
- superusers by default but access may be granted to others
with the
+ superusers by default but access may be granted to others
using
<command>GRANT</command>, with noted exceptions.
</para>