- Notifications
You must be signed in to change notification settings - Fork28
Commit3b17efd
committed
Teach psql to display comments on languages and casts.
The output of \dL (list languages) is fairly narrow, so we just alwaysdisplay the comment. \dC (list casts) can get fairly wide, so we onlydisplay comments if the new \dC+ option is specified.Josh Kupershmidt1 parent38de5aa commit3b17efd
File tree
5 files changed
+43
-20
lines changed- doc/src/sgml/ref
- src/bin/psql
5 files changed
+43
-20
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
969 |
| - | |
| 969 | + | |
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2647 | 2647 |
| |
2648 | 2648 |
| |
2649 | 2649 |
| |
2650 |
| - | |
2651 |
| - | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
2652 | 2654 |
| |
2653 | 2655 |
| |
2654 | 2656 |
| |
| |||
2666 | 2668 |
| |
2667 | 2669 |
| |
2668 | 2670 |
| |
2669 |
| - | |
| 2671 | + | |
| 2672 | + | |
| 2673 | + | |
| 2674 | + | |
2670 | 2675 |
| |
2671 |
| - | |
2672 |
| - | |
| 2676 | + | |
| 2677 | + | |
| 2678 | + | |
2673 | 2679 |
| |
2674 | 2680 |
| |
2675 |
| - | |
| 2681 | + | |
| 2682 | + | |
2676 | 2683 |
| |
2677 | 2684 |
| |
2678 | 2685 |
| |
| |||
2820 | 2827 |
| |
2821 | 2828 |
| |
2822 | 2829 |
| |
2823 |
| - | |
| 2830 | + | |
2824 | 2831 |
| |
2825 | 2832 |
| |
2826 | 2833 |
| |
| |||
2844 | 2851 |
| |
2845 | 2852 |
| |
2846 | 2853 |
| |
2847 |
| - | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
2848 | 2869 |
| |
2849 | 2870 |
| |
2850 | 2871 |
| |
| |||
2854 | 2875 |
| |
2855 | 2876 |
| |
2856 | 2877 |
| |
2857 |
| - | |
2858 |
| - | |
2859 |
| - | |
2860 |
| - | |
2861 |
| - | |
2862 |
| - | |
2863 |
| - | |
| 2878 | + | |
| 2879 | + | |
| 2880 | + | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
| 2885 | + | |
| 2886 | + | |
2864 | 2887 |
| |
2865 | 2888 |
| |
2866 | 2889 |
| |
| |||
2878 | 2901 |
| |
2879 | 2902 |
| |
2880 | 2903 |
| |
2881 |
| - | |
| 2904 | + | |
2882 | 2905 |
| |
2883 | 2906 |
| |
2884 | 2907 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
|
0 commit comments
Comments
(0)