From ddc511ab32d83d205ec74de86288fce1dce14da0 Mon Sep 17 00:00:00 2001 From: ibrahim halatci Date: Thu, 4 Sep 2025 12:18:28 +0300 Subject: [PATCH] Correct outdated PostgreSQL version in README Updated PostgreSQL version from 12.2 to 17.6 in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527f98a..3169dcf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Citus is a PostgreSQL-based distributed RDBMS. For more information, see the [Ci ## Function -This image provides a single running Citus instance (atop PostgreSQL 12.2), using standard configuration values. It is based on [the official PostgreSQL image][docker-postgres], so be sure to consult that image’s documentation for advanced configuration options (including non-default settings for e.g. `PGDATA` or `POSTGRES_USER`). +This image provides a single running Citus instance (atop PostgreSQL 17.6), using standard configuration values. It is based on [the official PostgreSQL image][docker-postgres], so be sure to consult that image’s documentation for advanced configuration options (including non-default settings for e.g. `PGDATA` or `POSTGRES_USER`). Just like the standard PostgreSQL image, this image exposes port `5432`. In other words, all containers on the same Docker network should be able to connect on this port, and exposing it externally will permit connections from external clients (`psql`, adapters, applications).