Re: pgsql: Add pg_audit, an auditing extension - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Add pg_audit, an auditing extension
Date
Msg-id 20150515111020.GT30322@tamriel.snowman.net
Whole thread Raw
In response to Re: pgsql: Add pg_audit, an auditing extension  (Thom Brown <thom@linux.com>)
List pgsql-committers
* Thom Brown (thom@linux.com) wrote:
> If it were empty, it would then be indistinguishable from a statement
> executed with a single parameter passed as an empty string.

NULL, but yes.

> Speaking of which, I notice that nulls show up as nothing too.  How
> does one distinguish between an empty string and a null in the logs?

It should be "", to match how the COPY protocol handles it.  Will take a
look.

    Thanks!

        Stephen

Attachment

pgsql-committers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension
Next
From: Fujii Masao
Date:
Subject: pgsql: Support VERBOSE option in REINDEX command.