Skip to content

Commit 0bafa64

Browse files
NikolaySclaude
andcommitted
Add supported PostgreSQL versions section to README
- Document support for PostgreSQL 13-18 - Highlight PostgreSQL 17 pg_stat_checkpointer compatibility - Mention PostgreSQL 18 as latest supported version - Note that older versions may work but aren't actively tested - Provides clear version compatibility information for users 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1980cef commit 0bafa64

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@ sudo apt-get install -y postgresql-client-12
3434

3535
Using alternative psql pager called "pspg" is highly recommended (but not required): https://github.com/okbob/pspg.
3636

37+
## Supported PostgreSQL Versions
38+
39+
**postgres_dba** is tested and supports **PostgreSQL 13-18**, including the latest PostgreSQL 18 release.
40+
41+
-**PostgreSQL 13** - Fully supported
42+
-**PostgreSQL 14** - Fully supported
43+
-**PostgreSQL 15** - Fully supported
44+
-**PostgreSQL 16** - Fully supported
45+
-**PostgreSQL 17** - Fully supported (includes pg_stat_checkpointer compatibility)
46+
-**PostgreSQL 18** - Fully supported (latest release)
47+
48+
Older versions (9.6-12) may work but are not actively tested. Some reports may require specific PostgreSQL features introduced in newer versions.
49+
3750
## Installation
3851
The installation is trivial. Clone the repository and put "dba" alias to your `.psqlrc` file (works in bash, zsh, and csh):
3952
```bash

0 commit comments

Comments
 (0)