From: Robert Haas Date: Fri, 17 Mar 2017 00:29:11 +0000 (-0400) Subject: Fix grammar. X-Git-Tag: REL_10_BETA1~616 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b4ff8609dbad541d287b332846442b076a25a6df;p=postgresql.git Fix grammar. This would have ben grammatical if the closing tag name were actually part of the output, but of course it's not. --- 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 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 GRANT, with noted exceptions.