Commit 06c772d 1 parent c3b3450 commit 06c772d Copy full SHA for 06c772d
File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN set -xe; \
35
35
"postgresql-${PG_MAJOR}-pgaudit" \
36
36
"postgresql-${PG_MAJOR}-pgvector" \
37
37
"postgresql-${PG_MAJOR}-pg-failover-slots" \
38
+ "postgresql-${PG_MAJOR}-wal2json" \
38
39
; \
39
40
rm -fr /tmp/* ; \
40
41
rm -rf /var/lib/apt/lists/*;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ by adding the following software:
13
13
- PGAudit
14
14
- Postgres Failover Slots
15
15
- pgvector
16
+ - wal2json
16
17
17
18
Barman Cloud is distributed by EnterpriseDB under the
18
19
[ GNU GPL 3 License] ( https://github.com/EnterpriseDB/barman/blob/master/LICENSE ) .
@@ -26,6 +27,9 @@ Postgres Failover Slots is distributed by EnterpriseDB under the
26
27
pgvector is distributed under the
27
28
[ PostgreSQL License] ( https://github.com/pgvector/pgvector/blob/master/LICENSE ) .
28
29
30
+ wal2json is distributed under the
31
+ [ BSD-3-Clause License] ( https://github.com/eulerto/wal2json/blob/master/LICENSE )
32
+
29
33
Images are available via
30
34
[ GitHub Container Registry] ( https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql ) .
31
35
You can’t perform that action at this time.
0 commit comments