On Tue, Jan 19, 2016 at 10:12 AM, Andreas Karlsson <andreas(at)proxel(dot)se> wrote:
> On 01/19/2016 01:57 AM, Andreas Karlsson wrote:
>>
>> Thanks for the review. A new version is attached.
>
>
> Whops, attached the wrong file.
+ /* If we have COPY BINARY, compelete with list of tables */
s/compelete/complete
+ else if (TailMatches2("COPY|\\copy", "("))
+ COMPLETE_WITH_LIST7("SELECT", "TABLE", "VALUES", "INSERT",
"UPDATE", "DELETE", "WITH");
This one should be Matches, no?
--
Michael