From: | Ben Kim <bkim(at)edsun(dot)coe(dot)tamu(dot)edu> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Ben Kim <bkim(at)edsun(dot)coe(dot)tamu(dot)edu>, Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: question re double quotes |
Date: | 2003-10-20 13:54:15 |
Message-ID: | Pine.GSO.4.10.10310200854080.29193-100000@edsun.coe.tamu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Thanks.
Regards,
Ben
On Mon, 20 Oct 2003, Tom Lane wrote:
> Ben Kim <bkim(at)edsun(dot)coe(dot)tamu(dot)edu> writes:
> > Thanks for the reply. I haven't looked at the source code yet, but
> > assuming I understood it correctly, if we can simply add double quotes
> > around tab-completed names, it alone would be very convenient.
>
> > On Thu, 16 Oct 2003, Tom Lane wrote:
> >> Actually, maybe all we need to do is apply quote_ident() in the
> >> tab-completion queries ... hmmm ...
>
> I did commit a fix along this line last week. As of CVS tip,
> given
> create table "MixedCase" (f1 int);
> psql will offer no completions for
> update M<tab>
> but will auto-complete
> update "M<tab>
> as
> update "MixedCase"
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | Rhaoni Chiu Pereira | 2003-10-20 14:13:26 | Low Insert/Update Performance |
Previous Message | Tom Lane | 2003-10-20 13:25:11 | Re: question re double quotes |