Re: Using MS Access front-end with PG]

From: Edward Macnaghten <eddy(at)edlsystems(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Using MS Access front-end with PG]
Date: 2007-04-04 01:50:51
Message-ID: 4613047B.5010504@edlsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John D. Burger 2007-04-04 01:51:08 Re: COPY FROM - how to identify results?
Previous Message Edward Macnaghten 2007-04-04 01:48:22 Re: Using MS Access front-end with PG

Browse pgsql-hackers by date

  From Date Subject
Next Message Luke Lonergan 2007-04-04 02:57:04 Re: Oracle indemnifies PostgreSQL on its patents
Previous Message Joshua D. Drake 2007-04-04 01:24:00 Re: Using MS Access front-end with PG]