АД
Size: a a a
АД
AB
AB
ПМ
AB
tail -n 30 data/postgresql.conf
# default postgresql.conf. Note that these are directives, not variable
# assignments, so they can usefully be given more than once.
#include_dir = '...' # include files ending in '.conf' from
# a directory, e.g., 'conf.d'
#include_if_exists = '...' # include file only if it exists
#include = '...' # include file
#------------------------------------------------------------------------------
# BUILTIN CONNECTION PROXY
#------------------------------------------------------------------------------
#dedicated_databases = 'template0, template1, postgres' # set of databases for which connection pooling is disabled.
#dedicated_users = 'postgres' # set of users for which connection pooling is disabled.
#idle_pool_worker_timeout = 0 # maximum allowed duration of any idling connection pool worker.
#session_pool_size = 0 # number of backends serving client sessions (0 - disables connection pooling)
#connection_pool_workers = 2 # number of connection pool workers.
#restart_pooler_on_reload = off # restart connection pool workers on pg_reload_conf().
#hold_prepared_transactions = off # prevent rescheduling sessions with not finished prepared transactions.
#max_sessions = 1000 # maximal number of client sessions which can be handled by one backend
#session_schedule = 'round-robin' # session scheduling policy for connection pooling.
#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------
# Add settings for extensions here
shared_memory_type=sysv
shared_preload_libraries = 'auto_explain,in_memory,pgpro_scheduler,ptrack,pg_stat_statements,plantuner,shared_ispell,pg_wait_sampling,pg_pathman'
AB
ПМ
ПМ
AB
ПМ
И
B
B
ПМ
АД
АД
АД
АД
АД
YM