From: Dave Page Date: Fri, 6 Jun 2025 08:24:19 +0000 (+0100) Subject: Add description to download page. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0162a70855c7efa5077702bed5e86615267c6910;p=pgcac-website.git Add description to download page. --- diff --git a/templates/pages/downloads.html b/templates/pages/downloads.html index d23a23b..bbcbcca 100644 --- a/templates/pages/downloads.html +++ b/templates/pages/downloads.html @@ -10,6 +10,100 @@ download links for Postgres on Redhat Enterprise Linux.

+

Features

+

PostgreSQL comes with many features aimed to help developers build applications, administrators to protect data + integrity and build fault-tolerant environments, and help you manage your data no matter how big or small the + dataset. In addition to being free and open source, PostgreSQL is highly extensible. For example, you can define + your own data types, build out custom functions, even write code from different programming languages without + recompiling your database! +

+

+ PostgreSQL tries to conform with the SQL standard where such conformance does not contradict traditional features + or could lead to poor architectural decisions. Many of the features required by the SQL standard are supported, + though sometimes with slightly differing syntax or function. Further moves towards conformance can be expected over + time. As of the version 16 release in September 2023, PostgreSQL conforms to at least 170 of the 177 mandatory + features for SQL:2023 Core conformance. As of this writing, no relational database meets full conformance with this + standard. +

+

+ Below is an inexhaustive list of various features found in PostgreSQL, with more being added in every major + release: +

+ +

Postgres RPMS for Redhat Enterprise Linux

Download the appropriate Repository RPM and save it to the filesystem of your Redhat Enterprise Linux system. Then run: