Uppercase to lowercase trigger?

From: Chrishelring <christianhelring(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Uppercase to lowercase trigger?
Date: 2012-05-02 12:33:23
Message-ID: 1335962003519-5680384.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I´ve got some tables with column names in lowercase. Before updatering these
tables I want to add a trigger that can convert these lowercase to
uppercase, and when the tables are updates convert them back to lowercase..

I´ve looked at several examples without any luck. Could someone put me in
the direct direction?

Thanks

Christian

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Uppercase-to-lowercase-trigger-tp5680384.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Evan Martin 2012-05-02 12:48:15 Re: SQL functions not being inlined
Previous Message Daniel Cole 2012-05-02 12:01:24 PLR Help