pg_get_expr()
function:
pg_get_expr()
function return an empty string ""
.
expr_text
: expression for which you want to obtain the internal representation (can be any string value)relation_oid
: OID (Object Identifier) of the table the expression belongs to (integer type)pretty_bool
: boolean value determining whether to format the expression in a more human-readable format (TRUE
) or not (FALSE
)salary
column using pg_get_expr()
function