- Notifications
You must be signed in to change notification settings - Fork5
Commit515d2c5
committed
Add display of oprcode (the underlying function's name) to psql's \do+.
The + modifier of \do didn't use to do anything, but now it adds an oprcodecolumn. This is useful both as an additional form of documentation of whatthe operator does, and to save a step when finding out properties of theunderlying function.Marko Tiikkaja, reviewed by Rushabh Lathia, adjusted a bit by me1 parent3291301 commit515d2c5
File tree
4 files changed
+28
-16
lines changed- doc/src/sgml/ref
- src/bin/psql
4 files changed
+28
-16
lines changedLines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 | 1201 |
| |
1202 |
| - | |
1203 |
| - | |
1204 |
| - | |
1205 |
| - | |
| 1202 | + | |
| 1203 | + | |
1206 | 1204 |
| |
1207 | 1205 |
| |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1208 | 1209 |
| |
1209 | 1210 |
| |
1210 | 1211 |
| |
| |||
1337 | 1338 |
| |
1338 | 1339 |
| |
1339 | 1340 |
| |
1340 |
| - | |
| 1341 | + | |
1341 | 1342 |
| |
1342 | 1343 |
| |
1343 |
| - | |
| 1344 | + | |
1344 | 1345 |
| |
1345 | 1346 |
| |
1346 |
| - | |
| 1347 | + | |
1347 | 1348 |
| |
1348 | 1349 |
| |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
1349 | 1353 |
| |
1350 | 1354 |
| |
1351 | 1355 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
| 413 | + | |
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
|
Lines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
| 580 | + | |
580 | 581 |
| |
581 | 582 |
| |
582 |
| - | |
| 583 | + | |
583 | 584 |
| |
584 | 585 |
| |
585 | 586 |
| |
| |||
605 | 606 |
| |
606 | 607 |
| |
607 | 608 |
| |
608 |
| - | |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 |
| - | |
| 609 | + | |
613 | 610 |
| |
614 | 611 |
| |
615 | 612 |
| |
616 | 613 |
| |
617 |
| - | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
618 | 626 |
| |
619 | 627 |
| |
620 | 628 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments
Comments
(0)