# pg_partman — PostgreSQL extension compatibility with PostgreSQL major versions For pg_partman, supported postgresql versions is PostgreSQL >= 14; oldest postgresql version supported is 14, recorded from its source on 2026-08-31; source re-checked 2026-09-14. - **Extension:** pg_partman _(our reading, not quoted from the source)_ - **Supported PostgreSQL versions:** PostgreSQL >= 14 _(verified: appears in the quote below)_ - **Oldest PostgreSQL version supported:** 14 _(our reading, not quoted from the source)_ ## What the source says > Requirement: * PostgreSQL >= 14 ## Source - https://raw.githubusercontent.com/pgpartman/pg_partman/master/README.md Last verified: 2026-09-14. Review by: 2026-12-29. Part of [PostgreSQL extension compatibility with PostgreSQL major versions](https://referencesource.org/postgres-extension-postgresql-version-compatibility/).