From: Jonathan S. Katz Date: Thu, 14 Sep 2023 02:20:35 +0000 (-0400) Subject: PostgreSQL 16 website content refresh X-Git-Url: http://git.postgresql.org/gitweb/delmail?a=commitdiff_plain;h=4191d997a88712ccf4d5167e04054ec360d5c2a1;p=pgweb.git PostgreSQL 16 website content refresh This is an annual pass over all of the content on the website to ensure it's up-to-date for the press release. --- diff --git a/templates/core/about.html b/templates/core/about.html index cf261ac6..14d7e2c4 100644 --- a/templates/core/about.html +++ b/templates/core/about.html @@ -13,7 +13,7 @@

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 15 release in October 2022, PostgreSQL conforms to at least 170 of the 179 mandatory features for SQL:2016 Core conformance. As of this writing, no relational database meets full conformance with this standard. +

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 179 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:

@@ -75,7 +75,7 @@ +{% endcomment %} {%endblock%} diff --git a/templates/pages/developer/roadmap.html b/templates/pages/developer/roadmap.html index 1f8da2bc..ba383410 100644 --- a/templates/pages/developer/roadmap.html +++ b/templates/pages/developer/roadmap.html @@ -34,9 +34,8 @@ releases is:

Next major release

- The next major release of PostgreSQL is planned to be the 16 release. A - tentative schedule for this version has a release in the third quarter of - 2023. + The next major release of PostgreSQL is planned to be the 17 release. This + release is planned for September 2024.

While there are no formal requirements for each PostgreSQL release, there @@ -44,7 +43,6 @@ are several places you can look to find out more information on upcoming features:

- {%endblock%} diff --git a/templates/pages/docs/faq.html b/templates/pages/docs/faq.html index 3fccad30..966be2c8 100644 --- a/templates/pages/docs/faq.html +++ b/templates/pages/docs/faq.html @@ -4,6 +4,14 @@

Frequently Asked Questions

+

Press FAQ

+ +

+ For a high-level overview of many questions we + receive about PostgreSQL. please review our + press FAQ. +

+

General FAQ