|
3 | 3 | [](https://codecov.io/gh/postgrespro/pg_pathman)
|
4 | 4 | [](https://raw.githubusercontent.com/postgrespro/pg_pathman/master/LICENSE)
|
5 | 5 |
|
| 6 | +###NOTE: this project is not under development anymore |
| 7 | + |
| 8 | +`pg_pathman` supports Postgres versions[9.5..12], but most probably it won't be ported to 13 and later releases.[Native partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html) is pretty mature now and has almost everything implemented in`pg_pathman`'; we encourage users switching to it. We are still maintaining the project (fixing bugs in supported versions), but no new development is going to happen here. |
| 9 | + |
6 | 10 | #pg_pathman
|
7 | 11 |
|
8 | 12 | The`pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.
|
9 | 13 |
|
10 | 14 | The extension is compatible with:
|
11 | 15 |
|
12 |
| -* PostgreSQL 9.5, 9.6, 10, 11; |
13 |
| -* Postgres Pro Standard 9.5, 9.6, 10; |
| 16 | +* PostgreSQL 9.5, 9.6, 10, 11, 12; |
| 17 | +* Postgres Pro Standard 9.5, 9.6, 10, 11, 12; |
14 | 18 | * Postgres Pro Enterprise;
|
15 | 19 |
|
16 | 20 | Take a look at our Wiki[out there](https://github.com/postgrespro/pg_pathman/wiki).
|
|