ports/databases/pgroonga/files/pkg-message.in
2019-08-13 16:01:59 +00:00

16 lines
506 B
Plaintext

[
{ 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
}
]