summaryrefslogtreecommitdiff
path: root/databases/pgroonga/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgroonga/files/pkg-message.in')
-rw-r--r--databases/pgroonga/files/pkg-message.in27
1 files changed, 15 insertions, 12 deletions
diff --git a/databases/pgroonga/files/pkg-message.in b/databases/pgroonga/files/pkg-message.in
index 21cfbd00cc5a..20b75bd3e814 100644
--- a/databases/pgroonga/files/pkg-message.in
+++ b/databases/pgroonga/files/pkg-message.in
@@ -1,12 +1,15 @@
-######################################################################################
-# Create a database: #
-# ================== #
-# % sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test' #
-# (Normally, you should create a user for pgroonga_test database and use the user. #
-# See GRANT USAGE ON SCHEMA pgroonga for details.) #
-# #
-# Connect to the created database and execute CREATE EXTENSION pgroonga: #
-# ====================================================================== #
-# % sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;' #
-# #
-######################################################################################
+[
+{ type: install
+ message: <<EOM
+Create a database:
+==================
+% sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test'
+(Normally, you should create a user for pgroonga_test database and use the user.
+See GRANT USAGE ON SCHEMA pgroonga for details.)
+
+Connect to the created database and execute CREATE EXTENSION pgroonga:
+======================================================================
+% sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;'
+EOM
+}
+]