You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. The origins of PostgreSQL date back to 1986 as part of the <ahref="/docs/current/history.html">POSTGRES</a> project at the University of California at Berkeley and has more than 35 years of active development on the core platform.</p>
9
-
<p>PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions. PostgreSQL runs on <ahref="/download/">all major operating systems</a>, has been <ahref="https://en.wikipedia.org/wiki/ACID" target="_blank" rel="noopener">ACID</a>-compliant since 2001, and has powerful add-ons such as the popular <ahref="https://postgis.net/" target="_blank" rel="noopener">PostGIS</a> geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.</p>
9
+
<p>PostgreSQL has earned a strong reputation for its proven architecture, reliability, data integrity, robust feature set, extensibility, and the dedication of the open source community behind the software to consistently deliver performant and innovative solutions. PostgreSQL runs on <ahref="/download/">all major operating systems</a>, has been <ahref="https://en.wikipedia.org/wiki/ACID" target="_blank" rel="noopener">ACID</a>-compliant since 2001, and has powerful add-ons such as the popular <ahref="https://postgis.net/" target="_blank" rel="noopener">PostGIS</a> geospatial database extender. It is no surprise that PostgreSQL has become the open source relational database of choice for many people and organisations.</p>
10
10
<p><ahref="/docs/current/tutorial.html">Getting started</a> with using PostgreSQL has never been easier - pick a project you want to build, and let PostgreSQL safely and robustly store your data.</p>
11
11
12
12
<h2>Why use PostgreSQL?</h2>
13
13
<p>
14
14
PostgreSQL comes with <ahref="/about/featurematrix/">many features</a> 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 <ahref="/about/license/">free and open source</a>, PostgreSQL is highly extensible. For example, you can define your own data types, build out custom functions, even write code from <ahref="/docs/current/xplang.html">different programming languages</a> without recompiling your database!
15
15
</p>
16
-
<p>PostgreSQL tries to conform with the <ahref="/docs/current/features.html">SQL standard</a> 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.
16
+
<p>PostgreSQL tries to conform with the <ahref="/docs/current/features.html">SQL standard</a> 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.
17
17
</p>
18
18
<p>Below is an inexhaustive list of various features found in PostgreSQL, with more being added in every <ahref="/developer/roadmap/">major release</a>:
19
19
</p>
@@ -75,7 +75,7 @@ <h2>Why use PostgreSQL?</h2>
75
75
<ul>
76
76
<li>Stored functions and procedures</li>
77
77
<li>Procedural Languages: PL/pgSQL, Perl, Python, and Tcl. There are other languages available through extensions, e.g. Java, JavaScript (V8), R, Lua, and Rust</li>
78
-
<li>SQL/JSON constructors and path expressions</li>
78
+
<li>SQL/JSON constructors, query functions, path expressions, and JSON_TABLE</li>
79
79
<li>Foreign data wrappers: connect to other databases or streams with a standard SQL interface</li>
80
80
<li>Customizable storage interface for tables</li>
81
81
<li>Many extensions that provide additional functionality, including PostGIS</li>
@@ -95,7 +95,7 @@ <h2>Why use PostgreSQL?</h2>
95
95
96
96
<h2>Any questions?</h2>
97
97
<p>
98
-
The first place to go to for any questions on PostgreSQL is its <ahref="/docs/">world-renowned documentation</a> which discusses how to use PostgreSQL in-depth.
98
+
The first place to go to for any questions on PostgreSQL is its <ahref="/docs/">world-renowned documentation</a>, which discusses how to use PostgreSQL in-depth.
99
99
</p>
100
100
<p>
101
101
We also have many <strong><ahref="/list/">mailing lists</a></strong> where you can connect and participate in the <ahref="/community/">community</a>. There are also many <ahref="/about/events/">events</a> and <ahref="/community/user-groups/">local user groups</a> where you can connect with other PostgreSQL users.
@@ -142,15 +142,15 @@ <h3>35+ Years Development</h3>
0 commit comments