aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-03-30 17:13:44 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-03-30 17:13:44 -0400
commitab1e644005b6ef77dada51188d7b92905e2444d7 (patch)
tree5308b2441d2833131a504c745d0c127adb77051a
parentceb3158abe743ddcb213457fc9fcd1a89812194f (diff)
downloadpostgresql-ab1e644005b6ef77dada51188d7b92905e2444d7.tar.gz
postgresql-ab1e644005b6ef77dada51188d7b92905e2444d7.zip
Fix broken markup.
Per buildfarm.
-rw-r--r--doc/src/sgml/pgstatstatements.sgml2
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.