We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4daee commit 7f1e423Copy full SHA for 7f1e423
postgresql_extension_template--1.0.sql
@@ -1,7 +1,7 @@
1
/* postgresql_extension_template--1.0.sql */
2
3
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
4
-\echo Use "CREATE EXTENSION pg_show_plans" to load this file. \quit
+\echo Use "CREATE EXTENSION postgresql_extension_template" to load this file. \quit
5
6
CREATE FUNCTION my_function()
7
RETURNS cstring
0 commit comments