Re: [HACKERS] missing tab-completion for relation options

2014-10-13 Thread Michael Paquier
On Tue, Oct 14, 2014 at 4:51 AM, Bruce Momjian wrote: > On Thu, Sep 4, 2014 at 10:29:06PM +0900, Michael Paquier wrote: >> On Thu, Sep 4, 2014 at 1:53 PM, Fujii Masao wrote: >> > Attached patch adds the missing tab-completion for the relation >> > options like autovacuum_multixact_freeze_max_age

Re: [HACKERS] missing tab-completion for relation options

2014-10-13 Thread Bruce Momjian
On Thu, Sep 4, 2014 at 10:29:06PM +0900, Michael Paquier wrote: > On Thu, Sep 4, 2014 at 1:53 PM, Fujii Masao wrote: > > Attached patch adds the missing tab-completion for the relation > > options like autovacuum_multixact_freeze_max_age. > > That's a nice catch. Multixact parameters are present

Re: [HACKERS] missing tab-completion for relation options

2014-09-04 Thread Michael Paquier
On Thu, Sep 4, 2014 at 1:53 PM, Fujii Masao wrote: > Attached patch adds the missing tab-completion for the relation > options like autovacuum_multixact_freeze_max_age. That's a nice catch. Multixact parameters are present since 9.3. user_catalog_table since 9.4. Regards, -- Michael -- Sent v

[HACKERS] missing tab-completion for relation options

2014-09-03 Thread Fujii Masao
Hi, Attached patch adds the missing tab-completion for the relation options like autovacuum_multixact_freeze_max_age. Regards, -- Fujii Masao *** a/src/bin/psql/tab-complete.c --- b/src/bin/psql/tab-complete.c *** *** 1694,1699 psql_completion(const char *text, int start, int e