I want to get the functions and trigger functions separately, with sql from JDBC, not command line.
update:
Sorry, it's not clear enough. I mean, trigger function is also a function. how can I tell a trigger function from normal function with sql?
As far as I know is, trigger function's return type is trigger, is it enough to use this to distinguish?
Thanks.