Case insensitive indexing in posgtres?

From: sandeep satpal <sandeep(at)it(dot)iitb(dot)ac(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Case insensitive indexing in posgtres?
Date: 2005-09-09 10:30:57
Message-ID: Pine.LNX.4.63.0509091558140.31702@akash.it.iitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Dear ,

One of the difference in mysql and postgresql is case insensitiveness.
I want to midify the code of posgresql so that it can support case
insensitiveness in indexing and in join operation.

I dont want that user should always write lower and uppder during using
it.
I just need information that where exactly in the code of postgres it
compare the values of attribute supplied by user and values of
attribute present in the database.

Thanking you,
sandeep

--
------------------
| Sandeep Satpal |
| M.Tech Student |
| Lab 212 KReSIT |
------------------

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-09-09 10:54:00 Re: Case insensitive indexing in posgtres?
Previous Message Simon Riggs 2005-09-09 10:24:30 Re: statement logging / extended query protocol issues