[HACKERS] [psql] patch to fix ordering in words_after_create array

Поиск
Список
Период
Сортировка
От Rushabh Lathia
Тема [HACKERS] [psql] patch to fix ordering in words_after_create array
Дата
Msg-id CAGPqQf3yKG0Eo04ePfLPG_-KTo=7ZkxbGDVUWfSGN35Y3SG+PA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] [psql] patch to fix ordering in words_after_create array
Список pgsql-hackers
Hi All,

While looking at the code around tab-complete.c, I
found the ordering in words_after_create array is not
correct for DEFAULT PRIVILEGES, which been added
under below commit:

commit d7d77f3825122bde55be9e06f6c4851028b99795
Author: Peter Eisentraut <peter_e@gmx.net>
Date:   Thu Mar 16 18:54:28 2017 -0400

    psql: Add completion for \help DROP|ALTER

PFA patch to fix the same.

Thanks,
Rushabh Lathia
Вложения

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
Следующее
От: Dave Page
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix and simplify check for whether we'rerunning as Windows serv