diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-03-16 20:29:11 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-03-16 20:29:42 -0400 |
commit | b4ff8609dbad541d287b332846442b076a25a6df (patch) | |
tree | 5ae11718159aca7bbc002e4ff27c0ab0cb9633e9 | |
parent | d7d77f3825122bde55be9e06f6c4851028b99795 (diff) | |
download | postgresql-b4ff8609dbad541d287b332846442b076a25a6df.tar.gz postgresql-b4ff8609dbad541d287b332846442b076a25a6df.zip |
Fix grammar.
This would have ben grammatical if the closing tag name were actually
part of the output, but of course it's not.
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 9518fa20388..502f99b22b3 100644 --- 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> |