Every so often, on irc, someone asks how to get value from column that is passed as argument. This is generally seen as not possible, as pl/PgSQL doesn't have support for dynamic column names. We can work around it, though. Are the workarounds usable, in terms of performance? To test it, I will need some … Continue reading "Getting value from dynamic column in pl/PgSQL triggers?"
↧