Re: Tab completion for CREATE SEQUENCE

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Tab completion for CREATE SEQUENCE
Дата
Msg-id CA+Tgmoa2bpSOOMd_tUAUaM+C-ogQek-567mc272OVdJ+rN4wQw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Tab completion for CREATE SEQUENCE  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Tab completion for CREATE SEQUENCE  (Vik Fearing <vik@2ndquadrant.fr>)
Список pgsql-hackers
On Mon, Aug 3, 2015 at 2:17 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Tue, Jul 7, 2015 at 9:14 PM, Andres Freund <andres@anarazel.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".

You didn't remove RESTART, so I did that.  And this needed some more
parentheses to make my compiler happy.

Committed with those changes.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Reduce ProcArrayLock contention
Следующее
От: Robert Haas
Дата:
Сообщение: Re: patch: prevent user from setting wal_buffers over 2GB bytes