Case-sensitive

From: "Alexander B(dot)" <burbello3000(at)yahoo(dot)com(dot)br>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Case-sensitive
Date: 2007-01-25 10:52:28
Message-ID: 45B88BEC.5050209@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

One developer asked me about case-sensitive, if its possible disable
Postgres not consider when using comparative functions.
Eg.:
select * from people
where upper(name) like upper('A%');

Is there any parameter that don't take in account case-sensitive, or any
other way to treat??

Thanks



_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Pundt 2007-01-25 12:05:47 Re: Case-sensitive
Previous Message Tom Lane 2007-01-25 00:24:24 Re: pg_restore speed