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

From Tom Lane
Subject Re: COPY (... tab completion
Date
Msg-id 24816.1452475386@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY (... tab completion  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> I think this would be a useful addition.  A couple of problems:
> This change in the comment doesn't make sense to me and doesn't seem to
> match the code:

> -    /* If we have COPY [BINARY] <sth>, complete it with "TO" or "FROM" */
> +    /* If we have COPY|BINARY <sth>, complete it with "TO" or "FROM" */

Offhand, that looks like an accidental reversion of a change made in
9b181b0363deb65b15a9feaf3eb74f86707498a9.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: COPY (... tab completion
Next
From: Peter Eisentraut
Date:
Subject: Re: Improved tab completion for FDW DDL