Re: missing tab-completion for relation options

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: missing tab-completion for relation options
Date: 2014-10-13 23:02:30
Message-ID: CAB7nPqTFbb_00DkyXsW5stbQy1La0a8eJmBE1X80NA6CZj42CQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 14, 2014 at 4:51 AM, Bruce Momjian <bruce(at)momjian(dot)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(dot)fujii(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-10-13 23:11:53 Re: psql \watch versus \timing
Previous Message Jim Nasby 2014-10-13 22:53:49 Possible micro-optimization in CacheInvalidateHeapTuple