Re: EXECUTE tab completion - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: EXECUTE tab completion
Date
Msg-id 4EA08F96.6030609@proxel.se
Whole thread Raw
In response to Re: EXECUTE tab completion  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: EXECUTE tab completion
Re: EXECUTE tab completion
List pgsql-hackers
On 10/20/2011 09:53 PM, Tom Lane wrote:
>> With that change, the correct test at line 795 would become
>
>>      else if (pg_strcasecmp(prev_wd, "DROP") == 0&&
>>               prev2_wd[0] == '\0')
>
> I've committed this --- please adjust the EXECUTE patch to match.

Thanks for cleaning up the code to some sanity, I should have done so
myself when I noticed the problem.

A new version is attached.

Best regards,
Andreas

--
Andreas Karlsson

Attachment

pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: Update on documentation builds on OSX w/ macports
Next
From: Dan Ports
Date:
Subject: Re: SSI implementation question