Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5f7633

Browse files
committed
Fix migration script
1 parentfc4463e commitb5f7633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pg_pathman--1.4--1.5.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ LANGUAGE sql STRICT;
698698
/*
699699
* Merge RANGE partitions.
700700
*/
701-
DROPFUNCTIONpublic.merge_range_partitions(regclass[]);
702-
DROPFUNCTIONpublic.merge_range_partitions(regclass, regclass);
701+
DROPFUNCTION@extschema@.merge_range_partitions(regclass[]);
702+
DROPFUNCTION@extschema@.merge_range_partitions(regclass, regclass);
703703

704704
CREATEOR REPLACE FUNCTION @extschema@.merge_range_partitions(
705705
variadic partitionsREGCLASS[])
@@ -776,7 +776,7 @@ GRANT SELECT ON @extschema@.pathman_concurrent_part_tasks TO PUBLIC;
776776
/*
777777
* Split RANGE partition in two using a pivot.
778778
*/
779-
DROPFUNCTIONpublic.split_range_partition(regclass, anyelement,text,text, OUT anyarray);
779+
DROPFUNCTION@extschema@.split_range_partition(regclass, anyelement,text,text, OUT anyarray);
780780
CREATEOR REPLACE FUNCTION @extschema@.split_range_partition(
781781
partition_relidREGCLASS,
782782
split_valueANYELEMENT,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp