CheckAuth — 在表上创建触发器,以基于授权令牌阻止/允许更新和删除行。
integer
CheckAuth
(
text
a_schema_name
, text
a_table_name
, text
a_key_column_name
)
;
integer
CheckAuth
(
text
a_table_name
, text
a_key_column_name
)
;