Re: [psql] patch to fix ordering in words_after_create array

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [psql] patch to fix ordering in words_after_create array
Date: 2017-06-22 15:11:07
Message-ID: CA+TgmoZQ_bCJoCL8munOr71jV46=UxiOUB4GG0+jYWRgXCDepA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 24, 2017 at 7:10 AM, Rushabh Lathia
<rushabh(dot)lathia(at)gmail(dot)com> wrote:
> 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(at)gmx(dot)net>
> Date: Thu Mar 16 18:54:28 2017 -0400
>
> psql: Add completion for \help DROP|ALTER
>
> PFA patch to fix the same.

Committed.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2017-06-22 15:21:15 Re: Multiple TO version in ALTER EXTENSION UPDATE
Previous Message Tom Lane 2017-06-22 15:02:16 Re: Multiple TO version in ALTER EXTENSION UPDATE