Re: Tab completion for CREATE SEQUENCE

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, Vik Fearing <vik(at)2ndquadrant(dot)fr>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tab completion for CREATE SEQUENCE
Date: 2015-08-03 06:17:15
Message-ID: CAB7nPqTTgo-gOtsvMZtm3ZW-hgeErVazwY--N_ynANhDGi1kZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 7, 2015 at 9:14 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2015-06-19 06:41:19 +0000, Brendan Jurd wrote:
>> I'm marking this "Waiting on Author". Once the problems have been
>> corrected, it should be ready for a committer.
>
> Vik, are you going to update the patch?

Seeing no activity on this thread and as it would be a waste not to do
it, I completed the patch as attached. The following things are done:
- Fixed code indentation
- Removal of "RESTART", "SET SCHEMA", "OWNER TO", and "RENAME TO" in
CREATE SEQUENCE
- Added "START WITH".
- Added TEMP/TEMPORARY in the set of keywords tracked.
I am switching at the same time this patch as "Ready for committer".
Regards,
--
Michael

Attachment Content-Type Size
20150803_createseq_tab_compl.patch application/x-patch 1.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Seltenreich 2015-08-03 06:49:23 Re: [sqlsmith] Failed assertion in joinrels.c
Previous Message David Rowley 2015-08-03 05:53:03 Re: Sharing aggregate states between different aggregate functions