Skip to content

Commit 7f1e423

Browse files
committed
Fix error message
1 parent 0b4daee commit 7f1e423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_extension_template--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* postgresql_extension_template--1.0.sql */
22

33
-- 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
4+
\echo Use "CREATE EXTENSION postgresql_extension_template" to load this file. \quit
55

66
CREATE FUNCTION my_function()
77
RETURNS cstring

0 commit comments

Comments
 (0)