On Fri, 1 Nov 2024 at 15:43, Kirill Reshke <reshkekir...@gmail.com> wrote: > > Hi hackers! > > I have been working on cloudberry/greenplum tab completion features, > and I spotted that the postgres version of psql does not tab-complete > ALTER TABLE ADD COLUMN IF NOT EXISTS pattern. > So, I propose to support this. > > -- > Best regards, > Kirill Reshke Hi, I spotted another missing option:
CREATE TEMP TABLE <name> (...) does not complete with USING. I suspect the reason is that commit 4cba9c2, which added this tab completion, was before TAM support. So, sending this enhancement (v3-0003) along with two other patches. -- Best regards, Kirill Reshke
v3-0002-Enhance-tab-completion-to-ALTER-TYPE-ADD-DROP-ATT.patch
Description: Binary data
v3-0001-Add-missing-psql-tab-completion-for-som-ALTER-TAB.patch
Description: Binary data
v3-0003-Add-missing-tab-completion-for-CREATE-TEMP-TABLE-.patch
Description: Binary data