Dynamically Access Columns and Cast Data Types in PostgreSQL Functions
In custom functions in PostgreSQL, I can access the NEW
object to retrieve the values of specific columns, for example:
Dynamically Access Columns and Cast Data Types in PostgreSQL Functions
In custom functions in PostgreSQL, I can access the NEW
object to retrieve the values of specific columns, for example: