RE: [PATCH]Add tab completion for foreigh table - Mailing list pgsql-hackers

From tanghy.fnst@fujitsu.com
Subject RE: [PATCH]Add tab completion for foreigh table
Date
Msg-id OS0PR01MB61138327FAE097FE71804660FB539@OS0PR01MB6113.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: [PATCH]Add tab completion for foreigh table  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers
On Thursday, January 13, 2022 12:38 PM, Fujii Masao <masao.fujii@oss.nttdata.com> 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 not
> directly related to the improvement of tab-completion.

Agreed. The former one patch was divided into two. 
0001 patch, added tab completion for foreign table.
0002 patch, modified some doc description.

Regards,
Tang

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: row filtering for logical replication
Next
From: Alexander Lakhin
Date:
Subject: Re: Why is src/test/modules/committs/t/002_standby.pl flaky?