diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:36:18 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-08 16:36:18 -0500 |
commit | 0ccb657a3378f6a9b760a2f25dd6f26cb726cf57 (patch) | |
tree | 3f4bd806c203ea9cbe8945f2ad33f06a0fa0915d | |
parent | 3a236fc9f39eb9eb39c1a66f7263590be3d2ed45 (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-- | README | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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/. |