We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfc4463e commitb5f7633Copy full SHA for b5f7633
pg_pathman--1.4--1.5.sql
@@ -698,8 +698,8 @@ LANGUAGE sql STRICT;
698
/*
699
* Merge RANGE partitions.
700
*/
701
-DROPFUNCTIONpublic.merge_range_partitions(regclass[]);
702
-DROPFUNCTIONpublic.merge_range_partitions(regclass, regclass);
+DROPFUNCTION@extschema@.merge_range_partitions(regclass[]);
+DROPFUNCTION@extschema@.merge_range_partitions(regclass, regclass);
703
704
CREATEOR REPLACE FUNCTION @extschema@.merge_range_partitions(
705
variadic partitionsREGCLASS[])
@@ -776,7 +776,7 @@ GRANT SELECT ON @extschema@.pathman_concurrent_part_tasks TO PUBLIC;
776
777
* Split RANGE partition in two using a pivot.
778
779
-DROPFUNCTIONpublic.split_range_partition(regclass, anyelement,text,text, OUT anyarray);
+DROPFUNCTION@extschema@.split_range_partition(regclass, anyelement,text,text, OUT anyarray);
780
CREATEOR REPLACE FUNCTION @extschema@.split_range_partition(
781
partition_relidREGCLASS,
782
split_valueANYELEMENT,