From b88017eaf7c23f324a8e65f0677e598e0552e921 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 24 May 2019 08:54:15 +0200 Subject: [PATCH] Fix typos and wording on about While the SQL conformance sentence isn't entirely wrong, breaking it up leads to better readability (at least for non-native speakers). Reported by Erik Rijkers Discussion http://postgr.es/m/c6bde45d0bebb250be2383c1be2b8c85@xs4all.nl --- templates/core/about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/core/about.html b/templates/core/about.html index 1199b681..873f0598 100644 --- a/templates/core/about.html +++ b/templates/core/about.html @@ -13,9 +13,9 @@

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 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. +

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. 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: +

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