forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e8304f
committed
In psql, use PSQL_PAGER in preference to PAGER, if it's set.
This allows the user's environment to set up a psql-specific choiceof pager, in much the same way that we provide PSQL_EDITOR to allowa psql-specific override of the more widely known EDITOR variable.Pavel Stehule, reviewed by Thomas MunroDiscussion:https://postgr.es/m/CAFj8pRD3RRk9S1eRbnGm_T6brc3Ss5mohraNzTSJquzx+pmtKA@mail.gmail.com1 parentebd346c commit5e8304f
File tree
4 files changed
+39
-27
lines changed- doc/src/sgml/ref
- src
- bin/psql
- fe_utils
- interfaces/libpq
4 files changed
+39
-27
lines changedLines changed: 27 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2665 | 2665 |
| |
2666 | 2666 |
| |
2667 | 2667 |
| |
2668 |
| - | |
2669 |
| - | |
2670 |
| - | |
2671 |
| - | |
| 2668 | + | |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
2672 | 2672 |
| |
2673 | 2673 |
| |
2674 | 2674 |
| |
| |||
4106 | 4106 |
| |
4107 | 4107 |
| |
4108 | 4108 |
| |
4109 |
| - | |
4110 |
| - | |
4111 |
| - | |
4112 |
| - | |
4113 |
| - | |
4114 |
| - | |
4115 |
| - | |
4116 |
| - | |
4117 |
| - | |
4118 |
| - | |
4119 |
| - | |
4120 |
| - | |
4121 |
| - | |
4122 |
| - | |
4123 |
| - | |
4124 | 4109 |
| |
4125 | 4110 |
| |
4126 | 4111 |
| |
| |||
4145 | 4130 |
| |
4146 | 4131 |
| |
4147 | 4132 |
| |
4148 |
| - | |
4149 |
| - | |
4150 |
| - | |
4151 |
| - | |
4152 |
| - | |
| 4133 | + | |
| 4134 | + | |
4153 | 4135 |
| |
4154 | 4136 |
| |
4155 | 4137 |
| |
| |||
4192 | 4174 |
| |
4193 | 4175 |
| |
4194 | 4176 |
| |
| 4177 | + | |
| 4178 | + | |
| 4179 | + | |
| 4180 | + | |
| 4181 | + | |
| 4182 | + | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
| 4194 | + | |
| 4195 | + | |
| 4196 | + | |
| 4197 | + | |
4195 | 4198 |
| |
4196 | 4199 |
| |
4197 | 4200 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
462 |
| - | |
463 |
| - | |
464 | 462 |
| |
465 | 463 |
| |
466 | 464 |
| |
| |||
481 | 479 |
| |
482 | 480 |
| |
483 | 481 |
| |
| 482 | + | |
| 483 | + | |
484 | 484 |
| |
485 | 485 |
| |
486 | 486 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2870 | 2870 |
| |
2871 | 2871 |
| |
2872 | 2872 |
| |
2873 |
| - | |
| 2873 | + | |
| 2874 | + | |
| 2875 | + | |
2874 | 2876 |
| |
2875 | 2877 |
| |
2876 | 2878 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
168 | 175 |
| |
169 | 176 |
| |
170 | 177 |
| |
|
0 commit comments
Comments
(0)