Brian Knox <[EMAIL PROTECTED]> writes: > What I was asking is if there's anyway to use > the NEW record to get a list of the columnnames in it without knowing them > beforehand.
Not in plpgsql ... and if you did, you couldn't do anything useful with the names (like access the fields) anyway. I believe you can do it in pltcl though. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])