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

Commit15e74e3

Browse files
committed
add quick tip to update script
1 parenta4e190a commit15e74e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎pg_pathman--1.3--1.4.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,3 +1490,15 @@ CREATE OR REPLACE FUNCTION @extschema@.generate_range_bounds(
14901490
p_countINTEGER)
14911491
RETURNS ANYARRAYAS'pg_pathman','generate_range_bounds_pl'
14921492
LANGUAGE C STRICT;
1493+
1494+
1495+
1496+
/* ------------------------------------------------------------------------
1497+
* Final words of wisdom
1498+
* ----------------------------------------------------------------------*/
1499+
DO language plpgsql
1500+
$$
1501+
BEGIN
1502+
RAISE WARNING'Don''t forget to execute "SET pg_pathman.enable = t" to activate pg_pathman';
1503+
END
1504+
$$;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp