From b8c86e9cc3e05313abed8d2c9091d895452187b7 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 Sep 2020 14:34:09 -0400 Subject: [PATCH 4/5] Update macOS downloads page This provides a much more concise and accurate description of what is on this page, as well as an ordering of the installers based on the measured popularity of them. --- templates/pages/download/macosx.html | 44 ++++++++++------------------ 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/templates/pages/download/macosx.html b/templates/pages/download/macosx.html index 7f8a2c9..b327bd8 100644 --- a/templates/pages/download/macosx.html +++ b/templates/pages/download/macosx.html @@ -3,19 +3,8 @@ {%block contents%}

macOS packages

-

-PostgreSQL is the default database on macOS Server as of OS X Server version 10.7. -macOS without the macOS Server add-on installed includes only the PostgreSQL -libpq shared library. -

-

-macOS Server 10.12 ships with PostgreSQL 9.4. Minor updates are provided -by Apple, but not necessarily right after a new PostgreSQL minor release. -

-

-There are several other installers available for PostgreSQL on macOS, -which is the recommended way to install. -

+ +

You can get macOS PostgreSQL packages from several different sources.

Interactive installer by EDB

@@ -91,18 +80,18 @@ This download is intended for users who wish to include PostgreSQL as part of an ready and awaiting new connections. Close the app, and the server shuts down.

-

Fink

+

Homebrew

-PostgreSQL packages are available for macOS from the -Fink Project. -Please see the Fink documentation for information on how to install packages. +PostgreSQL can also be installed on macOS +using Homebrew. Please see the Homebrew +documentation for information on how to install packages.

-A list of -PostgreSQL packages -can be found using the package search tool on the Fink website. +A list +of PostgreSQL +packages can be found using the Braumeister search tool.

MacPorts

@@ -119,18 +108,17 @@ A list of can be found using the portfiles search tool on the MacPorts website.

-

Homebrew

+

Fink

-PostgreSQL can also be installed on macOS -using Homebrew. Please see the Homebrew -documentation for information on how to install packages. +PostgreSQL packages are available for macOS from the +Fink Project. +Please see the Fink documentation for information on how to install packages.

-A list -of PostgreSQL -packages can be found using the Braumeister search tool. +A list of +PostgreSQL packages +can be found using the package search tool on the Fink website.

- {%endblock%} -- 2.21.1 (Apple Git-122.3)