diff options
author | Tom Lane | 2017-03-30 21:13:44 +0000 |
---|---|---|
committer | Tom Lane | 2017-03-30 21:13:44 +0000 |
commit | ab1e644005b6ef77dada51188d7b92905e2444d7 (patch) | |
tree | 5308b2441d2833131a504c745d0c127adb77051a | |
parent | ceb3158abe743ddcb213457fc9fcd1a89812194f (diff) |
Fix broken markup.
Per buildfarm.
-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 2d55d3bdad..f9dd43e891 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. |