About lower and uppercase - Mailing list pgsql-admin

From Sonia Sánchez Díaz
Subject About lower and uppercase
Date
Msg-id 00af01c2847f$18792220$ffd6fea9@avantel.net
Whole thread Raw
In response to Re: Can't connect to PGSQL  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: About lower and uppercase  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-admin
Hi!

I don't  know if this is possible from postgresql configuration...

I want to ignore the use of uppercase and lowercase from the data restored
into the DB...

I mean, if I  write a query like this:

select * from fruits where fruit_name like 'orange';

I could get any result where the string looks like:

orange
Orange
ORANGE

Is it possible???

Regards.



pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Can't connect to PGSQL
Next
From: Tom Lane
Date:
Subject: Re: Vacuum return codes (vacuum as db integrity check?)