Обсуждение: missing tab-completion for relation options

Поиск
Список
Период
Сортировка

missing tab-completion for relation options

От
Fujii Masao
Дата:
Hi,

Attached patch adds the missing tab-completion for the relation
options like autovacuum_multixact_freeze_max_age.

Regards,

--
Fujii Masao

Вложения

Re: missing tab-completion for relation options

От
Michael Paquier
Дата:
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



Re: missing tab-completion for relation options

От
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 <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. +



Re: missing tab-completion for relation options

От
Michael Paquier
Дата:
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