Skip to content

Commit b5a418a

Browse files
committed
Merge branch 'readme-polish' into 'master'
Polish README See merge request postgres-ai/custom-images!19
2 parents f142e60 + 8412996 commit b5a418a

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Derived from [official PostgreSQL images](https://hub.docker.com/_/postgres). St
99
Use these images with Database Lab, when you need HypoPG or anything else.
1010

1111
### What's inside
12-
1312
Available PostgreSQL versions: 9.6, 10, 11, 12, 13. Extensions:
14-
1513
- all official ["core" contrib modules](https://www.postgresql.org/docs/current/contrib.html)
1614
- [bg_mon](https://github.com/CyberDem0n/bg_mon)
1715
- [Citus](https://github.com/citusdata/citus)
@@ -26,17 +24,17 @@ Available PostgreSQL versions: 9.6, 10, 11, 12, 13. Extensions:
2624
- [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable)
2725
- [pgaudit](https://github.com/pgaudit/pgaudit)
2826
- [pgextwlist](https://github.com/dimitri/pgextwlist)
29-
- [postgresql-hll](https://github.com/citusdata/postgresql-hll)
30-
- [postgresql-topn](https://github.com/citusdata/postgresql-topn)
27+
- [hll](https://github.com/citusdata/postgresql-hll)
28+
- [topn](https://github.com/citusdata/postgresql-topn)
3129
- [postgresql_anonymizer](https://github.com/webysther/postgresql_anonymizer)
3230
- [PoWA](https://github.com/powa-team/powa)
3331
- [set_user](https://github.com/pgaudit/set_user)
3432
- [Timescale](https://github.com/timescale/timescaledb)
3533

36-
#### Known limitations
34+
#### Not included in the PostgreSQL 13 image (yet)
3735
The PostgreSQL 13 image is now missing the following extensions (they will be added in the future):
38-
- postgresql-hll
39-
- postgresql-topn
36+
- hll
37+
- topn
4038
- citus
4139
- hypopg
4240
- pg_auth_mon
@@ -46,12 +44,10 @@ The PostgreSQL 13 image is now missing the following extensions (they will be ad
4644
- timescaledb
4745

4846
### How to extend
47+
- You can fork this repository and extend `Dockerfile`, then build your own images
48+
- Proposals to add more extensions to this repository are welcome https://gitlab.com/postgres-ai/custom-images/-/issues
4949

50-
- You can fork this repository and extend `Dockerfile`, then build your own images.
51-
- Proposals to add more extensions to this repository are welcome https://gitlab.com/postgres-ai/custom-images/-/issues.
52-
53-
### Complete list of available extensions
54-
50+
### The complete list of available extensions
5551
| name | version | comment |
5652
| --- | --- | --- |
5753
| adminpack | 2.0 | administrative functions for PostgreSQL |
@@ -118,15 +114,13 @@ The PostgreSQL 13 image is now missing the following extensions (they will be ad
118114
| xml2 | 1.1 | XPath querying and XSLT |
119115

120116
## Sync Instance images
121-
122117
PostgreSQL Docker images with WAL-G.
123118

124-
Available versions: 9.6, 10, 11, 12, 13.
119+
Available versions: 9.6, 10, 11, 12, and 13.
125120

126121
Use these images when you need set up a replica fetching WAL archives from an S3-compatible storage.
127122

128123
Example of sync instance usage with backups in Google Cloud Storage:
129-
130124
```bash
131125
docker run \
132126
--name sync-instance \
@@ -136,6 +130,6 @@ docker run \
136130
--volume /home/service_account.json:/etc/sa/credentials.json \
137131
--volume /var/lib/dblab/data:/var/lib/postgresql/pgdata:rshared \
138132
--detach \
139-
postgresai/sync-instance:12
133+
postgresai/sync-instance:13
140134
```
141135
See the full list of configuration options in the [WAL-G project](https://github.com/wal-g/wal-g#configuration) repo.

0 commit comments

Comments
 (0)