Re: COPY (... tab completion

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY (... tab completion
Date: 2016-01-19 11:00:25
Message-ID: 569E1749.9060608@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
copy-tab-compleition-v4.patch text/x-diff 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-01-19 12:00:08 Re: COPY (... tab completion
Previous Message Thom Brown 2016-01-19 10:51:19 Column merging for inherited tables aren't schema-qualified