psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean options
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2026-05-25T09:57:14Z
Releases:
19 (unreleased)
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.in.c | modified | +2 −0 |
Discussion
- Small fixes for CHECKPOINT FLUSH_UNLOGGED 2 messages · 2026-05-25