aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2015-05-17 11:07:19 +0200
committerMagnus Hagander <magnus@hagander.net>2015-05-17 11:07:19 +0200
commit6b665454e38580a72f355dcae37952cf1c82f119 (patch)
tree05daa29061bad5208f1043846251d27a303eb22d
parentfab6ca23eaf114d1ae12377c7f5c8c952b5e0159 (diff)
downloadpostgresql-6b665454e38580a72f355dcae37952cf1c82f119.tar.gz
postgresql-6b665454e38580a72f355dcae37952cf1c82f119.zip
Minor docs fixes for pg_audit
Peter Geoghegan
-rw-r--r--doc/src/sgml/pgaudit.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pgaudit.sgml b/doc/src/sgml/pgaudit.sgml
index b8df0d50b8b..915b97783ba 100644
--- a/doc/src/sgml/pgaudit.sgml
+++ b/doc/src/sgml/pgaudit.sgml
@@ -89,7 +89,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i
relation referenced in a statement. No parsing is required to find all
statements that touch a particular table. In fact, the goal is that the
statement text is provided primarily for deep forensics and should not be
- the required for an audit.
+ required for an audit.
</para>
</sect2>
@@ -653,7 +653,7 @@ AUDIT: SESSION,36,1,DDL,ALTER TABLE,TABLE,public.test2,ALTER TABLE test RENAME T
<listitem>
<para>
- Autovacuum and Autoanalyze are not logged, nor are they intended to be.
+ Autovacuum and Autoanalyze are not logged.
</para>
</listitem>