/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/src/sgml/install-binaries.sgml
24 строки
912 B
Magnus Hagander
Expand installation documentation to cover binary installations
06 окт 2020, 15:15
06 окт 2020, 15:15
5b36221
Код
Авторство
О чём код?
<!-- 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>