forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc7c12cf
psql: Add support for \dpS and \zS.
This allows an optional "S" modifier to be added to \dp and \z, tohave them include system objects in the list.Note that this also changes the behaviour of a bare \dp or \z withoutthe "S" modifier to include temp objects in the list, and excludeinformation_schema objects, making them consistent with other psqlmeta-commands.Nathan Bossart, reviewed by Maxim Orlov.Discussion:https://postgr.es/m/20221206193606.GB3078082@nathanxps131 parentf062089 commitc7c12cf
File tree
4 files changed
+30
-21
lines changed- doc/src/sgml/ref
- src/bin/psql
4 files changed
+30
-21
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1825 | 1825 |
| |
1826 | 1826 |
| |
1827 | 1827 |
| |
1828 |
| - | |
| 1828 | + | |
1829 | 1829 |
| |
1830 | 1830 |
| |
1831 | 1831 |
| |
1832 | 1832 |
| |
1833 | 1833 |
| |
1834 | 1834 |
| |
1835 |
| - | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
1836 | 1838 |
| |
1837 | 1839 |
| |
1838 | 1840 |
| |
| |||
3575 | 3577 |
| |
3576 | 3578 |
| |
3577 | 3579 |
| |
3578 |
| - | |
| 3580 | + | |
3579 | 3581 |
| |
3580 | 3582 |
| |
3581 | 3583 |
| |
3582 | 3584 |
| |
3583 | 3585 |
| |
3584 | 3586 |
| |
3585 |
| - | |
| 3587 | + | |
| 3588 | + | |
| 3589 | + | |
3586 | 3590 |
| |
3587 | 3591 |
| |
3588 | 3592 |
| |
|
Lines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
| 143 | + | |
| 144 | + | |
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
| |||
413 | 414 |
| |
414 | 415 |
| |
415 | 416 |
| |
416 |
| - | |
417 |
| - | |
| 417 | + | |
| 418 | + | |
418 | 419 |
| |
419 | 420 |
| |
420 | 421 |
| |
| |||
875 | 876 |
| |
876 | 877 |
| |
877 | 878 |
| |
878 |
| - | |
| 879 | + | |
879 | 880 |
| |
880 | 881 |
| |
881 | 882 |
| |
| |||
2822 | 2823 |
| |
2823 | 2824 |
| |
2824 | 2825 |
| |
2825 |
| - | |
| 2826 | + | |
2826 | 2827 |
| |
2827 | 2828 |
| |
2828 | 2829 |
| |
2829 | 2830 |
| |
2830 | 2831 |
| |
2831 |
| - | |
2832 |
| - | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
2833 | 2841 |
| |
2834 |
| - | |
2835 | 2842 |
| |
2836 | 2843 |
| |
2837 | 2844 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1002 | 1002 |
| |
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 |
| - | |
| 1005 | + | |
1006 | 1006 |
| |
1007 | 1007 |
| |
1008 | 1008 |
| |
| |||
1121 | 1121 |
| |
1122 | 1122 |
| |
1123 | 1123 |
| |
1124 |
| - | |
1125 |
| - | |
1126 |
| - | |
1127 |
| - | |
1128 |
| - | |
1129 |
| - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
1130 | 1128 |
| |
1131 | 1129 |
| |
1132 |
| - | |
| 1130 | + | |
1133 | 1131 |
| |
1134 | 1132 |
| |
1135 | 1133 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
0 commit comments
Comments
(0)