mirror of https://github.com/citusdata/citus.git
11 lines
722 B
SQL
11 lines
722 B
SQL
DROP FUNCTION pg_catalog.worker_create_schema(bigint,text);
|
|
DROP FUNCTION pg_catalog.worker_cleanup_job_schema_cache();
|
|
DROP FUNCTION pg_catalog.worker_fetch_foreign_file(text, text, bigint, text[], integer[]);
|
|
DROP FUNCTION pg_catalog.worker_fetch_partition_file(bigint, integer, integer, integer, text, integer);
|
|
DROP FUNCTION pg_catalog.worker_hash_partition_table(bigint, integer, text, text, oid, anyarray);
|
|
DROP FUNCTION pg_catalog.worker_merge_files_into_table(bigint, integer, text[], text[]);
|
|
DROP FUNCTION pg_catalog.worker_range_partition_table(bigint, integer, text, text, oid, anyarray);
|
|
DROP FUNCTION pg_catalog.worker_repartition_cleanup(bigint);
|
|
|
|
#include "../../columnar/sql/columnar--11.0-2--11.1-1.sql"
|