mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix grammar.
This would have ben grammatical if the closing tag name were actually part of the output, but of course it's not.
This commit is contained in:
parent
d7d77f3825
commit
b4ff8609db
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue