add tab-complete for memory, serialize option and other minor issues.

2024-04-26 Thread jian he
hi. I found some minor issues related to the EXPLAIN command. cannot auto-complete with a white space. src8=# explain (analyze,b can auto-complete: src8=# explain (analyze, b to make tab-complete work, comma, must be followed with a white space, not sure why. -- explain (serialize b

Re: add tab-complete for memory, serialize option and other minor issues.

2024-04-27 Thread Tom Lane
jian he writes: > to make tab-complete work, comma, must be followed with a white space, > not sure why. https://www.postgresql.org/message-id/3870833.1712696581%40sss.pgh.pa.us Post-feature-freeze is no time to be messing with behavior as basic as WORD_BREAKS, though. r

Re: add tab-complete for memory, serialize option and other minor issues.

2024-04-30 Thread Michael Paquier
On Sat, Apr 27, 2024 at 11:15:47AM -0400, Tom Lane wrote: > https://www.postgresql.org/message-id/3870833.1712696581%40sss.pgh.pa.us > > Post-feature-freeze is no time to be messing with behavior as basic > as WORD_BREAKS, though. Indeed. By the way, that psql completion patch has fallen through