Re: COPY (... tab completion - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: COPY (... tab completion
Date
Msg-id 569E1749.9060608@proxel.se
Whole thread Raw
In response to Re: COPY (... tab completion  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: COPY (... tab completion  (Michael Paquier <michael.paquier@gmail.com>)
Re: COPY (... tab completion  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 01/19/2016 07:55 AM, Michael Paquier wrote:
> +    /* If we have COPY BINARY, compelete with list of tables */
> s/compelete/complete

Fixed.

> +    else if (TailMatches2("COPY|\\copy", "("))
> +        COMPLETE_WITH_LIST7("SELECT", "TABLE", "VALUES", "INSERT",
> "UPDATE", "DELETE", "WITH");
> This one should be Matches, no?

Yep, fixed.

Andreas



Attachment

pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Column merging for inherited tables aren't schema-qualified
Next
From: Michael Paquier
Date:
Subject: Re: COPY (... tab completion