Thread: missing tab-completion for relation options
Hi, Attached patch adds the missing tab-completion for the relation options like autovacuum_multixact_freeze_max_age. Regards, -- Fujii Masao
Attachment
On Thu, Sep 4, 2014 at 1:53 PM, Fujii Masao <masao.fujii@gmail.com> 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
On Thu, Sep 4, 2014 at 10:29:06PM +0900, Michael Paquier wrote: > On Thu, Sep 4, 2014 at 1:53 PM, Fujii Masao <masao.fujii@gmail.com> 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. Uh, where we on this? Should I apply the patch? -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. +
On Tue, Oct 14, 2014 at 4:51 AM, Bruce Momjian <bruce@momjian.us> 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 <masao.fujii@gmail.com> 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. > > Uh, where we on this? Should I apply the patch? Committed as of d85e7fa. -- Michael