PostgreSQL supported_versions configuration example for Debian GNU/Linux 10 (buster)

Get the default configuration file supported_versions for PostgreSQL, optimized for Debian GNU/Linux 10 (buster). This example configuration ensures optimal compatibility and performance for PostgreSQL, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/postgresql-common/supported_versions.

For more configurations and setup guides, visit our related files section to further customize your system.

    # See /usr/share/postgresql-common/supported-versions for documentation of this file
default

    
  

Config Details

Location
/etc/postgresql-common/supported_versions
Operating system
Debian GNU/Linux 10 (buster)
Length
2 lines
MD5 checksum
71e93cbf6b710f422a5c54e9a63282a5

Usage

Download the raw file with wget or curl

Wget

wget -O supported_versions.example https://exampleconfig.com/static/raw/postgresql/debian10/etc/postgresql-common/supported_versions

cURL

curl https://exampleconfig.com/static/raw/postgresql/debian10/etc/postgresql-common/supported_versions > supported_versions.example