docker: Add PGroonga support to Postgresql Dockerfile.

Fixes #9466.
This commit is contained in:
Sampriti Panda
2018-05-23 07:37:16 +05:30
committed by Tim Abbott
parent 9c29592178
commit 8bf80f699f
2 changed files with 11 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ CREATE DATABASE zulip OWNER=zulip;
\\connect zulip
CREATE SCHEMA zulip AUTHORIZATION zulip;
CREATE EXTENSION tsearch_extras SCHEMA zulip;
CREATE EXTENSION pgroonga;
GRANT USAGE ON SCHEMA pgroonga TO zulip;
"
if [ -f /.dockerenv ]; then