Re: psql tab completion for \h with IMPORT FOREIGN SCHEMA

2021-03-18 Thread Michael Paquier
On Thu, Mar 18, 2021 at 07:45:36AM +, gkokola...@pm.me wrote: > It seems helpful. Thank you. Thanks, applied then. -- Michael signature.asc Description: PGP signature

Re: psql tab completion for \h with IMPORT FOREIGN SCHEMA

2021-03-18 Thread gkokolatos
‐‐‐ Original Message ‐‐‐ On Thursday, March 18, 2021 8:13 AM, Julien Rouhaud wrote: > On Thu, Mar 18, 2021 at 03:58:46PM +0900, Michael Paquier wrote: > > > Well, as $subject tells, I just found confusing that \h does not > > complete the so-said command, the only one using IMPORT a

Re: psql tab completion for \h with IMPORT FOREIGN SCHEMA

2021-03-18 Thread Julien Rouhaud
On Thu, Mar 18, 2021 at 03:58:46PM +0900, Michael Paquier wrote: > > Well, as $subject tells, I just found confusing that \h does not > complete the so-said command, the only one using IMPORT as keyword, > so I'd like to do the following: > --- a/src/bin/psql/tab-complete.c > +++ b/src/bin/psql/ta