Re: Case Insensitive Data Type - Mailing list pgsql-general

From grant
Subject Re: Case Insensitive Data Type
Date
Msg-id Pine.LNX.4.33.0205241500580.4951-100000@dbms.amadensor.com
Whole thread Raw
In response to Re: Case Insensitive Data Type  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Would it be possible to make a view that simply returns a tolower() of the
field, then have an instead of trigger on the update of the view to
update the real table?

______________________________________________________________________________

                          Your mouse has moved.
       You must restart Windows for your changes to take effect.

#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: problem with my function
Next
From: "Johnson, Shaunn"
Date:
Subject: Re: problem with my function