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_configset to'chinese'to use zhparserpg_stat_statements,safeupdateload by defaultmax_replication_slotsifUSE_REPLICATIONenv is set
more in this file