From 8019560c8d2db82afaa8662a1a07b027203937ae Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 7 Aug 2014 18:14:51 +1000 Subject: [PATCH] Update postgres.template.yml --- templates/postgres.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index 21d6227..8461a07 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -2,7 +2,7 @@ params: db_synchronous_commit: "off" db_shared_buffers: "256MB" db_work_mem: "10MB" - db_default_text_search_config: "pb_catelog.english" + db_default_text_search_config: "pg_catalog.english" hooks: after_cron: -- 2.25.1