PostgreSQL supported_versions configuration example for Ubuntu 20.04 LTS (Focal Fossa)

Get the default configuration file supported_versions for PostgreSQL, optimized for Ubuntu 20.04 LTS (Focal Fossa). 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
Ubuntu 20.04 LTS (Focal Fossa)
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/ubuntu20.04/etc/postgresql-common/supported_versions

cURL

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