We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e190a commit 15e74e3Copy full SHA for 15e74e3
pg_pathman--1.3--1.4.sql
@@ -1490,3 +1490,15 @@ CREATE OR REPLACE FUNCTION @extschema@.generate_range_bounds(
1490
p_count INTEGER)
1491
RETURNS ANYARRAY AS 'pg_pathman', 'generate_range_bounds_pl'
1492
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