See alsoDROP RULE Grammar drop_rule yugabyte=# CREATE TABLE t1(a int4, b int4);yugabyte=# CREATE RULE t1_to_t2 AS ON INSERT TO t1 DO INSTEADyugabyte=# DROP RULE t1_to_t2 ON t1;