From e7ed12ffffabb1022b8d2d6abc02c2a030ce0e48 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 8 Oct 2018 21:32:09 -0400 Subject: [PATCH] Update various language across website to reflect PostgreSQL 11 release. --- templates/core/about.html | 9 +++++---- templates/pages/developer/beta.html | 14 ++++++++------ templates/pages/developer/roadmap.html | 4 ++-- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/templates/core/about.html b/templates/core/about.html index 213e2de2..ce5c7858 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 10 release in October 2017, PostgreSQL conforms to at least 160 of the 179 mandatory features for SQL:2011 Core conformance, where 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 11 release in October 2018, PostgreSQL conforms to at least 160 of the 179 mandatory features for SQL:2011 Core conformance, where as of this writing, no relational database meets full conformance with this standard.

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

@@ -42,13 +42,14 @@ Concurrency, Performance
  • @@ -71,7 +72,7 @@
  • Extensibility