summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-11-08 16:36:18 -0500
committerBruce Momjian <bruce@momjian.us>2023-11-08 16:36:18 -0500
commit0ccb657a3378f6a9b760a2f25dd6f26cb726cf57 (patch)
tree3f4bd806c203ea9cbe8945f2ad33f06a0fa0915d
parent3a236fc9f39eb9eb39c1a66f7263590be3d2ed45 (diff)
README: remove duplicate download link & mention related softw.
Reported-by: Daniel Westermann Discussion: https://postgr.es/m/DB6PR0902MB2184F7965C9EA9070ACFCA43D2A80@DB6PR0902MB2184.eurprd09.prod.outlook.com Backpatch-through: master
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index 6416a8cf3b4..56d0c951a9d 100644
--- a/README
+++ b/README
@@ -9,10 +9,6 @@ that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions. This distribution also contains C language bindings.
-PostgreSQL has many language interfaces, many of which are listed here:
-
- https://www.postgresql.org/download/
-
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and
hardware platforms and contains information regarding any other
@@ -22,6 +18,6 @@ file COPYRIGHT. A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.
-The latest version of this software may be obtained at
-https://www.postgresql.org/download/. For more information look at our
-web site located at https://www.postgresql.org/.
+The latest version of this software, and related software, may be
+obtained at https://www.postgresql.org/download/. For more information
+look at our web site located at https://www.postgresql.org/.