Re: [GENERAL] Install pgAudit extension

2016-12-12 Thread Dylan Luong
- From: Devrim Gündüz [mailto:dev...@gunduz.org] Sent: Tuesday, 6 December 2016 5:44 PM To: Dylan Luong ; pgsql-general@postgresql.org Subject: Re: [GENERAL] Install pgAudit extension Hi, On Tue, 2016-12-06 at 05:44 +, Dylan Luong wrote: > I need some advice on installing the pgAudit extens

Re: [GENERAL] Install pgAudit extension

2016-12-06 Thread Artur Zakirov
On 06.12.2016 08:44, Dylan Luong wrote: Hi I need some advice on installing the pgAudit extension as I am new to PostgreSQL extenstions. You can use PGXS. With PGXS you don't need postgres's source code, only source code of pgaudit. But you need installed PostgreSQL. Here is the example:

Re: [GENERAL] Install pgAudit extension

2016-12-05 Thread Devrim Gündüz
Hi, On Tue, 2016-12-06 at 05:44 +, Dylan Luong wrote: > I need some advice on installing the pgAudit extension as I am new to > PostgreSQL extenstions. Looks like you installed PostgreSQL via community RPMS, so: https://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgaudit_95-1.0.4-1.rhel6.x8

Re: [GENERAL] Install pgAudit extension

2016-12-05 Thread John R Pierce
On 12/5/2016 9:44 PM, Dylan Luong wrote: As I have Postrgres9.5 installed and downloaded the zip file (pgaudit-REL9_5_STABLE.zip), I assume I only have to perform steps 7 and 8. if you installed postgres from the yum.postgresql.org repository, try... yum install pgaudit_95 https://yum.p