forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb5472d
committed
Improve psql's \d output for TOAST tables.
Add the name of the owning table to the footers for a TOAST table.Also, show all the same footers as for a regular table (in practice,this adds the index and perhaps the tablespace and access method).Justin Pryzby, reviewed by Fabien CoelhoDiscussion:https://postgr.es/m/20190422154902.GH14223@telsasoft.com1 parent06140c2 commiteb5472d
File tree
3 files changed
+49
-3
lines changed- src
- bin/psql
- test/regress
- expected
- sql
3 files changed
+49
-3
lines changedLines changed: 34 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2172 | 2172 |
| |
2173 | 2173 |
| |
2174 | 2174 |
| |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2175 | 2202 |
| |
2176 | 2203 |
| |
2177 | 2204 |
| |
| |||
2272 | 2299 |
| |
2273 | 2300 |
| |
2274 | 2301 |
| |
| 2302 | + | |
2275 | 2303 |
| |
2276 | 2304 |
| |
2277 | 2305 |
| |
2278 |
| - | |
| 2306 | + | |
| 2307 | + | |
2279 | 2308 |
| |
2280 | 2309 |
| |
2281 | 2310 |
| |
| |||
3040 | 3069 |
| |
3041 | 3070 |
| |
3042 | 3071 |
| |
3043 |
| - | |
| 3072 | + | |
| 3073 | + | |
3044 | 3074 |
| |
3045 | 3075 |
| |
3046 | 3076 |
| |
| |||
3308 | 3338 |
| |
3309 | 3339 |
| |
3310 | 3340 |
| |
3311 |
| - | |
| 3341 | + | |
| 3342 | + | |
3312 | 3343 |
| |
3313 | 3344 |
| |
3314 | 3345 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4748 | 4748 |
| |
4749 | 4749 |
| |
4750 | 4750 |
| |
| 4751 | + | |
| 4752 | + | |
| 4753 | + | |
| 4754 | + | |
| 4755 | + | |
| 4756 | + | |
| 4757 | + | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1131 | 1131 |
| |
1132 | 1132 |
| |
1133 | 1133 |
| |
| 1134 | + | |
| 1135 | + | |
| 1136 | + |
0 commit comments
Comments
(0)