From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Postgres User <postgres(dot)developer(at)gmail(dot)com> |
Cc: | Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org, jd(at)commandprompt(dot)com |
Subject: | Re: Using MS Access front-end with PG] |
Date: | 2007-04-05 04:16:40 |
Message-ID: | Pine.LNX.4.64.0704050808530.12152@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Wed, 4 Apr 2007, Postgres User wrote:
> Oleg,
>
> This looks like a great module, do you have a pointer to it in English?
unfortunately, no.
>
> If can send this module to me as a compressed file, I'll take the time
> to post it on PgFoundry as a new project that everyone can easily
> access and download.
it can not be a contrib module, since index support for LIKE requires
core patching. Just download
http://v8.1c.ru/overview/postgresql_patches/1c_FULL_81-0.11.patch,
it contains contrib/mchar module.
>
> Paul- if you go with the lower() edits route, be sure to note Joshua's
> coment on the funcional index- one of the best, unknown features in
> PG.
>
> On 4/3/07, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> wrote:
>> Paul,
>>
>> we have contrib module mchar, which does what you need. We developed it
>> when porting from MS SQL one very popular in Russia accounting software.
>> It's available from http://v8.1c.ru/overview/postgres_patches_notes.htm,
>> in Russian. I don't rememeber about license, though.
>>
>>
>> Oleg
>>
>> On Wed, 4 Apr 2007, Paul Lambert wrote:
>>
>> > Joshua D. Drake wrote:
>> >
>> >>
>> >> You could preface all your queries with something like:
>> >>
>> >> select * from foo where lower(bar) = lower('qualifer');
>> >>
>> >> But that seems a bit silly.
>> >>
>> >> Joshua D. Drake
>> >>
>> >>
>> >
>> > I'm trying to avoid having to alter all of my queries, per the OP I've
>> got
>> > several hundred if not thousands of them and if I have to change them all
>> to
>> > put lower() around all the text, that is a lot of time.
>> >
>> > If I have to do that I will, I'm just curious if there was an ability to
>> tell
>> > pg to not be case sensitive when doing lookups.
>> >
>> > Judging by the responses so far, there is not... so I'll get to work :)
>> >
>> >
>>
>> Regards,
>> Oleg
>> _____________________________________________________________
>> Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
>> Sternberg Astronomical Institute, Moscow University, Russia
>> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
>> phone: +007(495)939-16-83, +007(495)939-23-83
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 6: explain analyze is your friend
>>
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Nikolay Moskvichev | 2007-04-05 04:25:59 | Re: Storing blobs in PG DB |
Previous Message | Postgres User | 2007-04-05 03:47:40 | Re: Using MS Access front-end with PG] |
From | Date | Subject | |
---|---|---|---|
Next Message | Zoltan Boszormenyi | 2007-04-05 04:20:00 | Re: IDENTITY/GENERATED v36 Re: Final version of IDENTITY/GENERATED patch |
Previous Message | Luke Lonergan | 2007-04-05 04:08:47 | Re: Modifying TOAST thresholds |