CREATE TABLE public.rpc_conexao_replica_exclusao ( filial_origem integer NOT NULL, filial_destino integer NOT NULL, tabela character varying(100) NOT NULL, coluna character varying(100) NOT NULL, CONSTRAINT pk_rrpc_conexao_replica_exclusao PRIMARY KEY (filial_origem, filial_destino, tabela, coluna) ) WITH ( OIDS=FALSE ); ALTER TABLE public.rpc_conexao_replica_exclusao OWNER TO postgres;