Skip to content

Commit 0b28f06

Browse files
committed
Merge branch 'merge_concurrent' of github.com:postgrespro/pg_pathman into merge_concurrent
2 parents a3c3d05 + 788d41c commit 0b28f06

File tree

4 files changed

+398
-151
lines changed

4 files changed

+398
-151
lines changed

README.md

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

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

0 commit comments

Comments
 (0)