> On Jul 10, 2023, at 11:46, DAVID ROTH <adapt...@comcast.net> wrote:
> 
> Is there a way to get new.* into a jsonb column?

The to_jsonb() function accepts a row type like NEW.*, and returns a JSONB 
object with the keys as column names.

Reply via email to