Commit 978f38c
committed
Add information about access method for partitioned relations in \dP+
Since 374c7a2, 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@pryzbyj20231 parent edadeb0 commit 978f38c
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4113 | 4113 | | |
4114 | 4114 | | |
4115 | 4115 | | |
4116 | | - | |
| 4116 | + | |
4117 | 4117 | | |
4118 | 4118 | | |
4119 | 4119 | | |
| |||
4181 | 4181 | | |
4182 | 4182 | | |
4183 | 4183 | | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
4184 | 4191 | | |
4185 | 4192 | | |
4186 | 4193 | | |
| |||
4216 | 4223 | | |
4217 | 4224 | | |
4218 | 4225 | | |
| 4226 | + | |
| 4227 | + | |
| 4228 | + | |
4219 | 4229 | | |
4220 | 4230 | | |
4221 | 4231 | | |
| |||
0 commit comments