Re: Tab completion for ATTACH PARTITION

2024-01-28 Thread vignesh C
On Wed, 13 Sept 2023 at 06:57, bt23nguyent wrote: > > Hi, > > Currently, the psql's tab completion feature does not support properly > for ATTACH PARTITION. When key is typed after "ALTER TABLE > ATTACH PARTITION ", all possible table names should be > displayed, however, foreign table names are

Re: Tab completion for ATTACH PARTITION

2023-10-10 Thread David Zhang
On 2023-09-13 12:19 a.m., Alvaro Herrera wrote: On 2023-Sep-13, bt23nguyent wrote: Hi, Currently, the psql's tab completion feature does not support properly for ATTACH PARTITION. When key is typed after "ALTER TABLE ATTACH PARTITION ", all possible table names should be displayed, however,

Re: Tab completion for ATTACH PARTITION

2023-09-13 Thread Alvaro Herrera
On 2023-Sep-13, bt23nguyent wrote: > Hi, > > Currently, the psql's tab completion feature does not support properly for > ATTACH PARTITION. When key is typed after "ALTER TABLE > ATTACH PARTITION ", all possible table names should be displayed, however, > foreign table names are not displayed.