opnsense-ports/databases/pgroonga/files/pkg-message.in
Franco Fichtner f5c3069fe8 */*: sync with upstream
Taken from: HardenedBSD
2017-09-20 07:50:51 +02:00

12 lines
1 KiB
Text

######################################################################################
# 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;' #
# #
######################################################################################