Remove environment-variable-based defaults in psql --help
Peter Eisentraut <peter@eisentraut.org>
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're not getting the defaults from libpq, we're just emulating the methods libpq 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.com
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/help.c | modified | +4 −29 |
Discussion
- Make --help output fit within 80 columns per line 15 messages · 2023-07-05 → 2023-10-06