Add information about access method for partitioned relations in \dP+
Michael Paquier <michael@paquier.xyz>
Add information about access method for partitioned relations in \dP+ Since 374c7a229042, it is possible to set a table AM on a partitioned table. This information was showing up already in psql with \d+, while \dP+ provided no information. This commit extends \dP+ to show the access method used by a partitioned table or index, if set. Author: Justin Pryzby Discussion: https://postgr.es/m/ZkyivySXnbvOogZz@pryzbyj2023
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +11 −1 |
Discussion
- ALTER TABLE SET ACCESS METHOD on partitioned tables 70 messages · 2022-05-18 → 2024-07-02