mirror of https://github.com/citusdata/citus.git
test
parent
d6833c877b
commit
d2a93a126f
|
@ -14,6 +14,7 @@ SELECT citus.mitmproxy('conn.allow()');
|
||||||
CREATE TYPE schema_proc AS (a int);
|
CREATE TYPE schema_proc AS (a int);
|
||||||
DROP TYPE schema_proc;
|
DROP TYPE schema_proc;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE ref_table(id int);
|
CREATE TABLE ref_table(id int);
|
||||||
INSERT INTO ref_table VALUES(1),(2),(3);
|
INSERT INTO ref_table VALUES(1),(2),(3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue