There appears to be a bug either in the storage mechanism or the table itself for the trigger function "logseverity".
The only way the GUI will let you create it is if you call it "logseverity(0)", however, it is stored in the database as "logseverit" and is subsequently displayed as "logseverit" via the GUI.
Obviously, should you attempt to modify the trigger and then click save you are immediate confronted with the error that logseverit is not a know function.
Thanks,
Aaron
The only way the GUI will let you create it is if you call it "logseverity(0)", however, it is stored in the database as "logseverit" and is subsequently displayed as "logseverit" via the GUI.
Code:
---- 23 | 10429 | 2 | NULL | logseverit | 0
Thanks,
Aaron
Comment