forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit70ad85f
Remove environment-variable-based defaults in psql --help
This seemed inconsistent with the --help output of other tools.Depending on the values, it can cause ugly formatting. Also, we'renot getting the defaults from libpq, we're just emulating the methodslibpq uses to derive these values, so they might not be 100% correct.Author: Atsushi Torikoshi <torikoshia@oss.nttdata.com>Discussion:https://www.postgresql.org/message-id/flat/50ca8ff35a8dd8f9ec89963b503571a7@oss.nttdata.com1 parent8471e21 commit70ad85f
1 file changed
+4
-29
lines changedLines changed: 4 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
59 | 56 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 | 57 |
| |
70 | 58 |
| |
71 | 59 |
| |
| |||
77 | 65 |
| |
78 | 66 |
| |
79 | 67 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 | 68 |
| |
85 |
| - | |
86 |
| - | |
| 69 | + | |
87 | 70 |
| |
88 | 71 |
| |
89 | 72 |
| |
| |||
128 | 111 |
| |
129 | 112 |
| |
130 | 113 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
142 | 117 |
| |
143 | 118 |
| |
144 | 119 |
| |
|
0 commit comments
Comments
(0)