Group: pgsql.sql


Subject: dynmic column names inside trigger?
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/20/2007 11:56:02 AM
Louis-David Mitterrand <vindex+lists-pgsql-sql@apartia.org> writes: > I'd like to use it on other tables an columns but how can the column > name be dynamic inside the procedure. It can't --- plpgsql has no support for that. You could probably make it work in some of the other PL languages, such as plperl or pltcl, which are less strongly typed. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings