Skip to content

Commit 0fe96ca

Browse files
committed
Merge branch 'merge_concurrent' of github.com:postgrespro/pg_pathman into merge_concurrent
2 parents 9b80448 + 1e8d342 commit 0fe96ca

File tree

2 files changed

+280
-78
lines changed

2 files changed

+280
-78
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ There are several user-accessible [GUC](https://www.postgresql.org/docs/9.5/stat
491491

492492
To **permanently** disable `pg_pathman` for some previously partitioned table, use the `disable_partitioning()` function:
493493
```
494-
SELECT disable_partitioning('range_rel');
494+
SELECT disable_pathman_for('range_rel');
495495
```
496496
All sections and data will remain unchanged and will be handled by the standard PostgreSQL inheritance mechanism.
497497

0 commit comments

Comments
 (0)