Postgresql 默认配置
未改动,随时复制。
/etc/postgresql/17/main/start.conf
PostgreSQL
Debian 11 (Bullseye)
Ubuntu 20.04 LTS (Focal Fossa)
PostgreSQL - /etc/postgresql/17/main/start.conf
📍 Debian 11 (Bullseye), Debian 12 (Bookworm), Debian 13 (Trixie)
📍 Ubuntu 20.04 LTS (Focal Fossa), Ubuntu 22.04 LTS (Jammy Jellyfish), Ubuntu 24.04 LTS (Noble Numbat)
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with pg_ctlcluster/postgresql@.service only # disabled: refuse to start cluster # See pg_creat…
8 行 • MD5: 9bb73ac2...
查看 →
/etc/postgresql/10/main/postgresql.conf
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/postgresql.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# ----------------------------- # PostgreSQL configuration file # ----------------------------- # # This file consists of lines of the form: # # name = value # # (The "=" is optional.) Whitespace …
662 行 • MD5: ec0c5017...
查看 →
/etc/postgresql/10/main/environment
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/environment
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# environment variables for postgres processes # This file has the same syntax as postgresql.conf: # VARIABLE = simple_value # VARIABLE2 = 'any value!' # I. e. you need to enclose any value which d…
7 行 • MD5: a567730a...
查看 →
/etc/postgresql/10/main/pg_ident.conf
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/pg_ident.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# PostgreSQL User Name Maps # ========================= # # Refer to the PostgreSQL documentation, chapter "Client # Authentication" for a complete description. A short synopsis # follows. # # This …
42 行 • MD5: f11c8332...
查看 →
/etc/postgresql/10/main/pg_hba.conf
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/pg_hba.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# PostgreSQL Client Authentication Configuration File # =================================================== # # Refer to the "Client Authentication" section in the PostgreSQL # documentation for a co…
99 行 • MD5: 81569154...
查看 →
/etc/postgresql/10/main/pg_ctl.conf
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/pg_ctl.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# Automatic pg_ctl configuration # This configuration file contains cluster specific options to be passed to # pg_ctl(1). pg_ctl_options = ''
5 行 • MD5: 242d50c2...
查看 →
/etc/postgresql/10/main/start.conf
PostgreSQL
Ubuntu 18.04 LTS (Bionic Beaver)
PostgreSQL - /etc/postgresql/10/main/start.conf
📍 Ubuntu 18.04 LTS (Bionic Beaver)
# Automatic startup configuration # auto: automatically start the cluster # manual: manual startup with pg_ctlcluster/postgresql@.service only # disabled: refuse to start cluster # See pg_creat…
8 行 • MD5: 9bb73ac2...
查看 →
浏览全部
所有配置,所有发行版。