mirror of https://github.com/citusdata/citus.git
30 lines
887 B
SQL
30 lines
887 B
SQL
-- citus--12.2-1--12.1-1
|
|
|
|
DROP FUNCTION pg_catalog.citus_internal_database_command(text);
|
|
DROP FUNCTION citus_internal.acquire_citus_advisory_object_class_lock(int, cstring);
|
|
|
|
#include "../udfs/citus_add_rebalance_strategy/10.1-1.sql"
|
|
|
|
DROP FUNCTION citus_internal.start_management_transaction(
|
|
outer_xid xid8
|
|
);
|
|
|
|
DROP FUNCTION citus_internal.execute_command_on_remote_nodes_as_user(
|
|
query text,
|
|
username text
|
|
);
|
|
|
|
DROP FUNCTION citus_internal.mark_object_distributed(
|
|
classId Oid, objectName text, objectId Oid, connectionUser text
|
|
);
|
|
|
|
DROP FUNCTION citus_internal.commit_management_command_2pc();
|
|
|
|
ALTER TABLE pg_catalog.pg_dist_transaction DROP COLUMN outer_xid;
|
|
REVOKE USAGE ON SCHEMA citus_internal FROM PUBLIC;
|
|
|
|
DROP FUNCTION citus_internal.add_colocation_metadata(int, int, int, regtype, oid);
|
|
|
|
#include "../udfs/citus_internal_add_colocation_metadata/11.0-1.sql"
|
|
|