Tab completion for SET TimeZone
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-03-16T13:22:07Z
Lists: pgsql-hackers
Attachments
- 0001-Add-tab-completion-for-SET-TimeZone-TO.patch (text/x-diff)
Hi hackers, I noticed there was no tab completion for time zones in psql, so here's a patch that implements that. I chose lower-casing the names since they are case insensitive, and verbatim since ones without slashes can be entered without quotes, and (at least my version of) readline completes them correctly if the entered value starts with a single quote. - ilmari
Commits
-
psql: handle tab completion of timezone names after "SET TIMEZONE TO".
- 7fa3db367986 15.0 landed