- Notifications
You must be signed in to change notification settings - Fork5
Commitbf6570a
committed
Show definition of index columns in \d on index
This adds a column called "Definition" to the output of psql \d on anindex, which shows the full expression behind the index column. For indexeson plain columns, this is redundant, but for expression indexes, thisreveals the real expression.Author: Khee Chin <kheechin@gmail.com>1 parent869312e commitbf6570a
1 file changed
+13
-3
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
| 1166 | + | |
| 1167 | + | |
1166 | 1168 |
| |
1167 | 1169 |
| |
1168 | 1170 |
| |
| |||
1232 | 1234 |
| |
1233 | 1235 |
| |
1234 | 1236 |
| |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
1235 | 1240 |
| |
1236 | 1241 |
| |
1237 | 1242 |
| |
| |||
1297 | 1302 |
| |
1298 | 1303 |
| |
1299 | 1304 |
| |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
1300 | 1309 |
| |
1301 | 1310 |
| |
1302 | 1311 |
| |
1303 |
| - | |
| 1312 | + | |
| 1313 | + | |
1304 | 1314 |
| |
1305 | 1315 |
| |
1306 | 1316 |
| |
| |||
1309 | 1319 |
| |
1310 | 1320 |
| |
1311 | 1321 |
| |
1312 |
| - | |
| 1322 | + | |
1313 | 1323 |
| |
1314 | 1324 |
| |
1315 | 1325 |
| |
|
0 commit comments
Comments
(0)