File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN set -xe; \
3535 "postgresql-${PG_MAJOR}-pgaudit" \
3636 "postgresql-${PG_MAJOR}-pgvector" \
3737 "postgresql-${PG_MAJOR}-pg-failover-slots" \
38+ "postgresql-${PG_MAJOR}-wal2json" \
3839 ; \
3940 rm -fr /tmp/* ; \
4041 rm -rf /var/lib/apt/lists/*;
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RUN apt-get update && \
2828 "postgresql-${PG_MAJOR}-pgaudit" \
2929 "postgresql-${PG_MAJOR}-pgvector" \
3030 "postgresql-${PG_MAJOR}-pg-failover-slots" && \
31+ "postgresql-${PG_MAJOR}-wal2json" \
3132 apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
3233 rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/*
3334
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ following additional features:
6363- PGAudit
6464- Postgres Failover Slots
6565- pgvector
66+ - wal2json
6667- All Locales
6768
6869Standard images are identifiable by the ` standard ` tag in their names, such as:
@@ -84,6 +85,7 @@ These images include additional software to extend PostgreSQL functionality:
8485- PGAudit
8586- Postgres Failover Slots
8687- pgvector
88+ - wal2json
8789
8890The [ ` Debian ` ] ( Debian ) folder contains image catalogs, which can be used as:
8991- [ ` ClusterImageCatalog ` ] ( https://cloudnative-pg.io/documentation/current/image_catalog/ )
@@ -164,6 +166,9 @@ Postgres Failover Slots is distributed by EnterpriseDB under the
164166pgvector is distributed under the
165167[ PostgreSQL License] ( https://github.com/pgvector/pgvector/blob/master/LICENSE ) .
166168
169+ wal2json is distributed under the
170+ [ BSD-3-Clause License] ( https://github.com/eulerto/wal2json/blob/master/LICENSE )
171+
167172## Trademarks
168173
169174* [ Postgres, PostgreSQL and the Slonik Logo] ( https://www.postgresql.org/about/policies/trademarks/ )
You can’t perform that action at this time.
0 commit comments