aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install')
-rw-r--r--community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install b/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
index 968a2371258..19216f3e9eb 100644
--- a/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
+++ b/community/postgresql-tsearch-czech/postgresql-tsearch-czech.post-install
@@ -2,8 +2,9 @@
cat >&2 <<EOF
*
-* Run as postgres user to create configuration for the Czech dictionary:
-* psql -X < /usr/share/postgresql/tsearch_czech_create.sql
+* Run as postgres user to create configuration for the Czech dictionary in the
+* specified database:
+* psql -d template1 -X < /usr/share/postgresql/tsearch_czech_create.sql
*
EOF