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