pg_audit documentation fixes
Started by Peter Geogheganover 10 years ago2 messages
Attached patch makes minor tweaks to pg_audit docs.
--
Peter Geoghegan
Attachments:
pgaudit-doc-tweak.patchtext/x-patch; charset=US-ASCII; name=pgaudit-doc-tweak.patchDownload
diff --git a/doc/src/sgml/pgaudit.sgml b/doc/src/sgml/pgaudit.sgml
index b8df0d5..915b977 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>
Re: pg_audit documentation fixes
On Sun, May 17, 2015 at 6:30 AM, Peter Geoghegan <pg@heroku.com> wrote:
Attached patch makes minor tweaks to pg_audit docs.
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/