PostgreSQL is a
powerful, Open-Source object-relational database system.
It has won praise
from its users and industry recognition, including the Linux New Media Award
for Best Database System and five times winner of the The Linux Journal
Editors' Choice Award for best DBMS. A pedigree that matches that of LinuxIT and we are happy to recommend
this proven technology.
PostgreSQL has more
than 15 year's of active development and a proven architecture that has earned
it a strong reputation for reliability, data integrity, and correctness. It
runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX,
SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.
It is fully ACID
compliant, has full support for foreign keys, joins, views, triggers, and
stored procedures (in multiple languages). It includes most SQL data types,
including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and
TIMESTAMP. It also supports storage of binary large objects, including pictures,
sounds, or video. It has native programming interfaces for C/C++, Java, .Net,
Perl, Python, Ruby, Tcl, ODBC, among others..
An enterprise class
database, PostgreSQL also boasts sophisticated features such as Multi-Version
Concurrency Control (MVCC), point in time recovery, tablespaces, asynchronous
replication, nested transactions (savepoints), online/hot back-ups, a
sophisticated query planner/optimiser, and write ahead logging for fault
tolerance.
It supports
international character sets, multi-byte character encodings, Unicode, and it
is locale-aware for sorting, case-sensitivity, and formatting. It is highly
scalable both in the sheer quantity of data it can manage and in the number of
concurrent users it can accommodate.
There are active
PostgreSQL systems in production environments that manage in excess of 4
terabytes of data.
…