forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3dfae91
committed
Show "internal name" not "source code" in psql's \df+ command.
Our previous habit of showing the full function body is reallypretty unfriendly for tabular viewing of functions, and now thatwe have \sf and \ef commands there seems no good reason why \df+has to do it. It still seems to make sense to show prosrc forinternal and C-language functions, since in those cases prosrcis just the C function name; but then let's rename the column to"Internal name" which is a more accurate descriptor.Isaac MorlandDiscussion:https://postgr.es/m/CAMsGm5eqKc6J1=Lwn=ZONG=6ZDYWRQ4cgZQLqMuZGB1aVt_JBg@mail.gmail.com1 parent1da569c commit3dfae91
File tree
4 files changed
+58
-9
lines changed- doc/src/sgml/ref
- src
- bin/psql
- test/regress
- expected
- sql
4 files changed
+58
-9
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1650 | 1650 |
| |
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 |
| - | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
| 1656 | + | |
1654 | 1657 |
| |
1655 | 1658 |
| |
1656 | 1659 |
| |
|
Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
421 | 416 |
| |
422 | 417 |
| |
423 | 418 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5247 | 5247 |
| |
5248 | 5248 |
| |
5249 | 5249 |
| |
| 5250 | + | |
| 5251 | + | |
| 5252 | + | |
| 5253 | + | |
| 5254 | + | |
| 5255 | + | |
| 5256 | + | |
| 5257 | + | |
| 5258 | + | |
| 5259 | + | |
| 5260 | + | |
| 5261 | + | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
| 5265 | + | |
| 5266 | + | |
| 5267 | + | |
| 5268 | + | |
| 5269 | + | |
| 5270 | + | |
| 5271 | + | |
| 5272 | + | |
| 5273 | + | |
| 5274 | + | |
| 5275 | + | |
| 5276 | + | |
| 5277 | + | |
5250 | 5278 |
| |
5251 | 5279 |
| |
5252 | 5280 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 | 1277 |
| |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
1278 | 1301 |
| |
1279 | 1302 |
| |
1280 | 1303 |
| |
|
0 commit comments
Comments
(0)