Flag for insentive use of Postgres?

From: Andreas Schlegel <schlegel(at)software(dot)b(dot)uunet(dot)de>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Flag for insentive use of Postgres?
Date: 2002-07-10 12:03:30
Message-ID: 3D2C2292.9000308@software.b.uunet.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paulo Jan 2002-07-10 12:04:32 ORDER BY and null values
Previous Message Christoph Dalitz 2002-07-10 11:52:27 static linkage with libpq?