From e7ed12ffffabb1022b8d2d6abc02c2a030ce0e48 Mon Sep 17 00:00:00 2001
From: "Jonathan S. Katz"
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:
-
+ PostgreSQL 11 has been released. The first beta of version 12 is not yet available for testing. Beta testing of + version 12 is likely to begin around June 2019. +
-The current release candidate is PostgreSQL 11 RC 1. For more information on the current release candidate and how - to test, please view the links below.
+The next major release of PostgreSQL is planned to be the 11 release. A +
The next major release of PostgreSQL is planned to be the 12 release. A tentative schedule for this version has a release in the -third quarter of 2018.
+third quarter of 2019.While there are no formal requirements for each PostgreSQL release, there are several places you can look to find out more information on upcoming -- 2.39.5