Re: [ADMIN] Case Insensitive comparison

2003-09-25 Thread Donald Fraser
: Thursday, September 25, 2003 7:04 PM Subject: Re: [ADMIN] Case Insensitive comparison > On Thu, 25 Sep 2003, Donald Fraser wrote: > > > Ok I will have a look at how to put it on gborg. > > When you do, can you point the list at it, or email me what you've done? > I&#x

Re: [ADMIN] Case Insensitive comparison

2003-09-25 Thread Donald Fraser
; > To: [EMAIL PROTECTED] > > Sent: Thursday, September 25, 2003 4:39 AM > > Subject: [ADMIN] Case Insensitive comparison > > > > > > >hai > > > > > >i am using postgresql 7.3.x. I am converting a database in MS SQL server to > > Postg

Re: [ADMIN] Case Insensitive comparison

2003-09-25 Thread scott.marlowe
Any chance of those libs being put somewhere public (gborg.postgresql.org or something?) On Thu, 25 Sep 2003, Donald Fraser wrote: > > - Original Message - > From: George A.J > To: [EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 4:39 AM > Subject: [ADMIN

Re: [ADMIN] Case Insensitive comparison

2003-09-25 Thread Donald Fraser
- Original Message - From: George A.J To: [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:39 AM Subject: [ADMIN] Case Insensitive comparison >hai > >i am using postgresql 7.3.x. I am converting a database in MS SQL server to PostgreSQL. > >The main problems i am fa

[ADMIN] Case Insensitive comparison

2003-09-25 Thread George A.J
hai   i am using postgresql 7.3.x. I am converting a database in MS SQL server to PostgreSQL.   The main problems i am facing is that in sql server the text comparisons are case insensitive. how can i compare text case insensitive in postgresql without using an upper() or lower() function in both