Skip to content

Commit 15e74e3

Browse files
committed
add quick tip to update script
1 parent a4e190a commit 15e74e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pg_pathman--1.3--1.4.sql

+12
Original file line numberDiff line numberDiff line change
@@ -1490,3 +1490,15 @@ CREATE OR REPLACE FUNCTION @[email protected]_range_bounds(
14901490
p_count INTEGER)
14911491
RETURNS ANYARRAY AS '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)