I have a trigger that is created like so: create trigger tr_on_table_modified after insert or
delete or update CREATE OR REPLACE FUNCTION on_table_modified() RETURNS
trigger LANGUAGE plpgsql $$ I can see in the output the notices with the expected values, but the value in the updated record is not lower-cased. update some_table > 00000: lowercasing IGAL@xxxxxxxxx select email > email | Any ideas? Thanks, Igal Sapir
|