From 38459299e704e4b8dd195c5d08301232ed8e5db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Novotn=C3=BD?= Date: Mon, 25 Nov 2019 14:39:33 +0100 Subject: [PATCH] Add pgaudit and timescaledb Also, rebased libpq and postgresql to 12.1. --- postgresql.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/postgresql.yaml b/postgresql.yaml index d30a3fd..523f7d3 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -45,3 +45,11 @@ data: rationale: main server/client components ref: stream-postgresql-12 buildorder: 1 + pgaudit: + rationale: pgaudit postgresql extension + ref: stream-postgresql-12 + buildorder: 2 + timescaledb: + rationale: timescaledb postgresql extension + ref: stream-postgresql-12 + buildorder: 2