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
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,
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.