Re: Using MS Access front-end with PG] - Mailing list pgsql-general

From Edward Macnaghten
Subject Re: Using MS Access front-end with PG]
Date
Msg-id 4613047B.5010504@edlsystems.com
Whole thread Raw
In response to Re: Using MS Access front-end with PG]  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Using MS Access front-end with PG]  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
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.
>
>
And also it would prevent the optimizer from using any indexes on
"bar".  Not a good idea.

Eddy


pgsql-general by date:

Previous
From: Edward Macnaghten
Date:
Subject: Re: Using MS Access front-end with PG
Next
From: Klint Gore
Date:
Subject: Re: COPY FROM - how to identify results?