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
pgsql-hackers by date
| Next: | From: Luke Lonergan | Date: 2007-04-04 02:57:04 |
| Subject: Re: Oracle indemnifies PostgreSQL on its patents |
| Previous: | From: Joshua D. Drake | Date: 2007-04-04 01:24:00 |
| Subject: Re: Using MS Access front-end with PG] |
pgsql-general by date
| Next: | From: John D. Burger | Date: 2007-04-04 01:51:08 |
| Subject: Re: COPY FROM - how to identify results? |
| Previous: | From: Edward Macnaghten | Date: 2007-04-04 01:48:22 |
| Subject: Re: Using MS Access front-end with PG |