Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3faa7ca

Browse filesBrowse files
committed
Deprecation note.
1 parent 27ba5db commit 3faa7ca
Copy full SHA for 3faa7ca

File tree

1 file changed

+6
-2
lines changed
Filter options

1 file changed

+6
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
[![codecov](https://codecov.io/gh/postgrespro/pg_pathman/branch/master/graph/badge.svg)](https://codecov.io/gh/postgrespro/pg_pathman)
44
[![GitHub license](https://img.shields.io/badge/license-PostgreSQL-blue.svg)](https://raw.githubusercontent.com/postgrespro/pg_pathman/master/LICENSE)
55

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+
610
# pg_pathman
711

812
The `pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.
913

1014
The extension is compatible with:
1115

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;
1418
* Postgres Pro Enterprise;
1519

1620
Take a look at our Wiki [out there](https://github.com/postgrespro/pg_pathman/wiki).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.