update_audit_logged_actions_by_pk
update single row of the table: "audit.logged_actions"
Input fields
_append (
audit_logged_actions_append_input)
append existing jsonb value of filtered columns with new jsonb value
_delete_at_path (
audit_logged_actions_delete_at_path_input)
delete the field or element with specified path (for JSON arrays, negative integers count from the end)
_delete_elem (
audit_logged_actions_delete_elem_input)
delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array
_delete_key (
audit_logged_actions_delete_key_input)
delete key/value pair or string element. key/value pairs are matched based on their key value
_inc (
audit_logged_actions_inc_input)
increments the numeric columns with given value of the filtered values
_prepend (
audit_logged_actions_prepend_input)
prepend existing jsonb value of filtered columns with new jsonb value
_set (
audit_logged_actions_set_input)
sets the columns of the filtered rows to the given values
pk_columns (
audit_logged_actions_pk_columns_input!)
Return fields
action (
String!)
action_tstamp_clk (
timestamptz!)
action_tstamp_stm (
timestamptz!)
action_tstamp_tx (
timestamptz!)
application_name (
String)
client_addr (
inet)
client_port (
Int)
client_query (
String)
event_id (
bigint!)
relid (
oid!)
schema_name (
String!)
session_user_name (
String)
statement_only (
Boolean!)
table_name (
String!)
transaction_id (
bigint)