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

Commitdb3e0bc

Browse files
committed
pathman: disable pathman func fix
1 parent1180c1d commitdb3e0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎contrib/pg_pathman/init.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ CREATE OR REPLACE FUNCTION @extschema@.disable_partitioning(IN relation TEXT)
8282
RETURNS VOIDAS
8383
$$
8484
BEGIN
85+
relation := @extschema@.validate_relname(relation);
86+
8587
DELETEFROM @extschema@.pathman_configWHERE relname= relation;
8688
EXECUTE format('DROP FUNCTION IF EXISTS %s_insert_trigger_func() CASCADE', relation);
8789

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp