| From: | Andreas Karlsson <andreas(at)proxel(dot)se> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Josh Kupershmidt <schmiddy(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: EXECUTE tab completion |
| Date: | 2011-10-20 21:16:06 |
| Message-ID: | 4EA08F96.6030609@proxel.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| execute-completion-2.diff | text/x-patch | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dan Ports | 2011-10-20 21:55:29 | Re: SSI implementation question |
| Previous Message | Bernd Helmle | 2011-10-20 20:17:33 | Re: Update on documentation builds on OSX w/ macports |