Search Results

1
vote

What language do you use for Postgresql triggers and stored procedures?

For anything really small/simple or that doesn't require a lot of string manipulation or logic, I use plpgsql, because it's fast. For more complex things, I use plperl, because I like it. …