Replace out of date list of technical features with link to the feature matrix
authorMagnus Hagander <magnus@hagander.net>
Sun, 27 May 2012 09:09:34 +0000 (11:09 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 27 May 2012 09:09:34 +0000 (11:09 +0200)
Josh Kupershmidt

templates/pages/about/advantages.html

index 30d32a6731a0d7fa68dfc2c88f040b2fc191d765..18b28a8a78ee029bbdea0eca5f27cbbcf9121e3a 100644 (file)
 
 <a name="features"></a>
 <h2>Technical Features</h2>
-<ul>
-<li>Fully ACID compliant.</li>
-<li>ANSI SQL compliant.</li>
-<li>Referential Integrity.</li>
-<li>Replication (non-commercial and commercial solutions) allowing the duplication of the master database to multiple slave machines.</li>
-<li>Native interfaces for ODBC, JDBC, .Net, C, C++, PHP,  Perl, TCL,  ECPG, Python, and Ruby.</li>
-<li>Rules.</li>
-<li>Views.</li>
-<li>Triggers.</li>
-<li>Unicode.</li>
-<li>Sequences.</li>
-<li>Inheritance.</li>
-<li>Outer Joins.</li>
-<li>Sub-selects.</li>
-<li>An open API.</li>
-<li>Stored Procedures.</li>
-<li>Native SSL support.</li>
-<li>Procedural languages.</li>
-<li>Hot stand-by (commercial solutions).</li>
-<li>Better than row-level locking.</li>
-<li>Functional and Partial indexes.</li>
-<li>Native Kerberos authentication.</li>
-<li>Support for UNION, UNION ALL and EXCEPT queries.</li>
-<li>Loadable extensions offering SHA1, MD5, XML, and other functionality.</li>
-<li>Tools for generating portable SQL to share with other SQL-compliant systems.</li>
-<li>Extensible data type system providing for custom, user-defined datatypes and rapid development of new datatypes.</li>
-<li>Cross-database compatibility functions for easing the transition from other, less SQL-compliant RDBMS.</li>
-</ul>
+<p>Please see the <a href="/about/featurematrix/">Feature Matrix</a> for a summary of PostgreSQL's features.
+</p>
+
 {%endblock%}