【PostgreSQL】PostgreSQL触发器范例 一、测试表 二、创建触发器的函数 三、创建触发器 四、测试数据 一、测试表 create table test_a(id int, name text); create table test_b(queueid int,dbsid int,seqnum int