mascmd.sql

application/sql

Filename: mascmd.sql
Type: application/sql
Part: 0
Message: [BUG] Logical replica crash if there was an error in a function.
 CREATE TABLE public.rul_rule_set (id smallint NOT NULL, description text, stage_id integer, condition text, condition_compiled text);
 ALTER TABLE ONLY public.rul_rule_set ADD CONSTRAINT rul_rule_set_pkey PRIMARY KEY (id);
 CREATE PUBLICATION test_pub FOR TABLE rul_rule_set;