Self-use postgres docker image with following changes
- postgresql-contrib
with pg_stat_statements enable
- zhparser
full-text search of Chinese
- pg-safeupdate
require SQL Where Clause in update/delete
- pg_cron
run cron job
default_text_search_config
set to'chinese'
to use zhparserpg_stat_statements
,safeupdate
load by defaultmax_replication_slots
ifUSE_REPLICATION
env is set
more in this file