diff options
-rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 2d55d3bdad4..f9dd43e891d 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -227,7 +227,7 @@ <para> For security reasons, only superusers and members of the - <literal>pg_read_all_stats<literal> role are allowed to see the SQL text and + <literal>pg_read_all_stats</literal> role are allowed to see the SQL text and <structfield>queryid</structfield> of queries executed by other users. Other users can see the statistics, however, if the view has been installed in their database. |