We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ff4a8 commit 1e8d342Copy full SHA for 1e8d342
README.md
@@ -491,7 +491,7 @@ There are several user-accessible [GUC](https://www.postgresql.org/docs/9.5/stat
491
492
To **permanently** disable `pg_pathman` for some previously partitioned table, use the `disable_partitioning()` function:
493
```
494
-SELECT disable_partitioning('range_rel');
+SELECT disable_pathman_for('range_rel');
495
496
All sections and data will remain unchanged and will be handled by the standard PostgreSQL inheritance mechanism.
497
0 commit comments