100% Free & Open

Postgresql Configuration Files

Original, unaltered PostgreSQL config files from fresh installations

27 Postgresql Configuration Files

Original, unaltered configurations from fresh installations

/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)

πŸ“ 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…
9 lines β€’ MD5: 9bb73ac2... Click to view full file
/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 …
663 lines β€’ MD5: ec0c5017... Click to view full file
/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…
8 lines β€’ MD5: a567730a... Click to view full file
/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 …
43 lines β€’ MD5: f11c8332... Click to view full file
/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…
100 lines β€’ MD5: 81569154... Click to view full file
/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 = ''
6 lines β€’ MD5: 242d50c2... Click to view full file
/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…
9 lines β€’ MD5: 9bb73ac2... Click to view full file