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

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