Home Explore Blog CI



postgresql

1st chunk of `doc/src/sgml/install-binaries.sgml`
4fc6f1dd37a607f756cdd05763695bb82bb76411b08a67e60000000100000390
<!-- doc/src/sgml/install-binaries.sgml -->
<chapter id="install-binaries">
 <title>Installation from Binaries</title>

 <indexterm>
  <primary>installation</primary>
  <secondary>binaries</secondary>
 </indexterm>

 <para>
  <productname>PostgreSQL</productname> is available in the form of binary
  packages for most common operating systems today. When available, this is
  the recommended way to install PostgreSQL for users of the system. Building
  from source (see <xref linkend="installation" />) is only recommended for
  people developing <productname>PostgreSQL</productname> or extensions.
 </para>

 <para>
  For an updated list of platforms providing binary packages, please visit
  the download section on the <productname>PostgreSQL</productname> website at
  <ulink url="https://www.postgresql.org/download/"></ulink> and follow the
  instructions for the specific platform.
 </para>
</chapter>

Title: Installation from Binaries
Summary
PostgreSQL offers binary packages for most common operating systems, making it the recommended installation method for general users, while building from source is recommended for developers, with an updated list of supported platforms available on the official PostgreSQL website for easy access and installation.