Skip to content

Commit

Permalink
Whitelist the citext extension (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Feb 27, 2018
1 parent b20de87 commit 7404798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/configure_spilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def deep_update(a, b):
ssl_key_file: {{SSL_PRIVATE_KEY_FILE}}
shared_preload_libraries: 'bg_mon,pg_stat_statements,pg_cron,set_user,pgextwlist'
bg_mon.listen_address: '0.0.0.0'
extwlist.extensions: 'btree_gin,btree_gist,hstore,intarray,ltree,pgcrypto,pgq,pg_trgm,postgres_fdw,uuid-ossp,hypopg'
extwlist.extensions: 'btree_gin,btree_gist,citext,hstore,intarray,ltree,pgcrypto,pgq,pg_trgm,postgres_fdw,uuid-ossp,hypopg'
pg_hba:
- local all all trust
{{#PAM_OAUTH2}}
Expand Down

0 comments on commit 7404798

Please sign in to comment.