RE: [PATCH]Add tab completion for foreigh table

2022-01-12 Thread tanghy.f...@fujitsu.com
On Thursday, January 13, 2022 12:38 PM, Fujii Masao wrote: > Isn't it better to tab-complete not only "PARTITION OF" but also "(" for > CREATE > FOREIGN TABLE? Thanks for your review. Left bracket completion added. > IMO it's better to make the docs changes in separate patch because they are

Re: [PATCH]Add tab completion for foreigh table

2022-01-12 Thread Fujii Masao
On 2022/01/11 21:43, tanghy.f...@fujitsu.com wrote: Hi Attached a patch to improve the tab completion for foreigh table. Thanks! Isn't it better to tab-complete not only "PARTITION OF" but also "(" for CREATE FOREIGN TABLE? Also modified some DOC description of ALTER TABLE at [1] in ac

[PATCH]Add tab completion for foreigh table

2022-01-11 Thread tanghy.f...@fujitsu.com
Hi Attached a patch to improve the tab completion for foreigh table. Also modified some DOC description of ALTER TABLE at [1] in according with CREATE INDEX at [2]. In [1], we use "ALTER INDEX ATTACH PARTITION" In [2], we use "ALTER INDEX ... ATTACH PARTITION" I think the format in [2] is bett