]> git.ipfire.org Git - thirdparty/postgresql.git/commit
psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean options
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 May 2026 09:57:14 +0000 (11:57 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 May 2026 09:57:14 +0000 (11:57 +0200)
commit7e5d8bd013e1fa3502d58de399815dedb81807c6
tree4b3c8a814d8f52e2b3cbce43539333c89bd8fab8
parente64a9ba2b4fcd8956369ac6e2146ac816e590df2
psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean options

Tab completion for CHECKPOINT options contained FLUSH_UNLOGGED, but
the boolean value was not part of the completion.  Fix to make this
consistent with other boolean values.

Author: Chao Li <lic@highgo.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/4855807D-F1CA-44E6-9B58-406691832848@gmail.com
src/bin/psql/tab-complete.in.c