Re: Flag for insentive use of Postgres? - Mailing list pgsql-general

From Arjen van der Meijden
Subject Re: Flag for insentive use of Postgres?
Date
Msg-id agh9f3$10$1@news.tudelft.nl
Whole thread Raw
In response to Flag for insentive use of Postgres?  (Andreas Schlegel <schlegel@software.b.uunet.de>)
List pgsql-general
In the postgresql manual you find some stuff like ILIKE here:
http://www.postgresql.org/idocs/index.php?functions-matching.html

Andreas Schlegel wrote:
> Hi,
>
> is there a flag to set which determines if queries run successful with a
> case sensitive or case insensitive WHERE clause:
>
> For example: if I have a name1 colum with a value 'Test' I would like to
> search for 'test' and get also this row
> (select * from tTest where name1='test')
>
> Greetings,
> Andreas
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org


pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: abuse of inheritance?
Next
From: Alex Rice
Date:
Subject: Re: abuse of inheritance?