From 673b68f234d0be75eeb39dabb52b5d5e53bea8ff Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 5 Dec 2022 15:55:32 +0100 Subject: [PATCH] Build pgaudit to have it in the Fedora images at https://github.com/sclorg/postgresql-container/ --- postgresql.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgresql.yaml b/postgresql.yaml index 5f2787b..acc7617 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -36,10 +36,10 @@ data: rationale: main server/client components ref: stream-postgresql-15 buildorder: 0 -# pgaudit: -# rationale: pgaudit postgresql extension -# ref: rawhide -# buildorder: 1 + pgaudit: + rationale: pgaudit postgresql extension + ref: rawhide + buildorder: 1 # postgres-decoderbufs: # rationale: postgres-decoderbufs postgresql extension # ref: rawhide