Will do.
-Oprindelig meddelelse-
Fra: Joe Conway
Sendt: 14. februar 2019 00:34
Til: Niels Jespersen ; 'Tom Lane'
Cc: 'Pavel Stehule' ;
pgsql-general@lists.postgresql.org
Emne: Re: SV: SV: Implementing pgaudit extension on Microsoft Windows
On 2/13/19 9:17 AM, Jo
ra: Joe Conway
Sendt: 13. februar 2019 15:18
Til: Niels Jespersen ; 'Tom Lane'
Cc: 'Pavel Stehule' ;
pgsql-general@lists.postgresql.org
Emne: Re: SV: SV: Implementing pgaudit extension on Microsoft Windows
On 2/13/19 3:32 AM, Niels Jespersen wrote:
> Dive into the so
On 2/13/19 9:17 AM, Joe Conway wrote:
> On 2/13/19 3:32 AM, Niels Jespersen wrote:
>> Dive into the source for pgaudit and try to understand how it works,
>> perhaps getting a small example extension working along the way.
>> Perhaps contacting the authors of pgaudit to have them confirm that
>> t
On 2/13/19 3:32 AM, Niels Jespersen wrote:
> Dive into the source for pgaudit and try to understand how it works,
> perhaps getting a small example extension working along the way.
> Perhaps contacting the authors of pgaudit to have them confirm that
> there exists working implementations of pgau
15:14
Til: Niels Jespersen
Cc: 'Pavel Stehule' ;
pgsql-general@lists.postgresql.org
Emne: Re: SV: Implementing pgaudit extension on Microsoft Windows
Niels Jespersen writes:
> Same result from
> pgaudit.log = 'all'
> in postgresql.conf and after both select pg_rel
Niels Jespersen writes:
> Same result from
> pgaudit.log = 'all'
> in postgresql.conf and after both select pg_reload_conf(); and after service
> restart.
> No entries in the log from audit.
Hm. I don't know much about pgaudit, but just from scanning its
documentation, it doesn't seem like ther
Same result from
pgaudit.log = 'all'
in postgresql.conf and after both select pg_reload_conf(); and after service
restart.
No entries in the log from audit.
Regards Niels
Fra: Pavel Stehule
Sendt: 12. februar 2019 09:01
Til: Niels Jespersen
Cc: Tom Lane ; pgsql-general@lists.postgresql.
Thanks Tom
alter system set pgaudit.log = 'all'; -- Works, it results in 2019-02-12
08:51:49.109 CET [13560] LOG: parameter "pgaudit.log" changed to "all" after
select pg_reload_conf();
alter system set pgaudit.logx = 'all'; -- Notice spelling error logx: Fails, it
results immediately in 2019-