Skip to content

Commit ef92ee0

Browse files
committed
docs: fix default Postgres version from 17 to 18
Example configs in v4.1.0 use postgresai/extended-postgres:18-0.6.2 as the default Docker image. https://claude.ai/code/session_011sPDgBjzL2N2X6jiYyoTjQ
1 parent bb6ffff commit ef92ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database-lab/supported-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, DBLab Engine fully supports the following [PostgreSQL major versions]
1414
- 17 (released: 2024-09-26; EOL: 2029-11-08)
1515
- 18 (released: 2025-09-25; EOL: 2030-11-13)
1616

17-
By default, version 17 is used: `postgresai/extended-postgres:17`.
17+
By default, version 18 is used in the example configurations: `postgresai/extended-postgres:18`.
1818

1919
The images are published in [Docker Hub](https://hub.docker.com/r/postgresai/extended-postgres).
2020

0 commit comments

Comments
 (0)