PostgreSQL is a powerful, enterprise class, open source object-relational database system. The PostgreSQL project has been under continuous, active development for more than 15 years. The PostgreSQL database employs a proven robust architecture, this architecture has earned the database a reputation for being highly reliable, extremely robust, fault tolerant and accurate. The PostgreSQL database system runs on all major operating systems including:
- Linux
- AIX
- BSD
- HP-UX
- SGI IRIX
- Mac OS
- Solaris
- Tru64
- Windows
- Foreign Keys
- Joins
- Views
- Triggers
- Stored Procedures (in several languages)
- Supports most SQL:2008 data types
- Binary Large Objects
- Multiple programming interfaces (C/C++, Java, .Net, Perl, Ruby, etc)
Advantages And Features
The PostgreSQL Database offers many advantages and main stream features to allow you to cut costs (no license fees) while still having access to all the features you would expect from an enterprise class database system.
Key Advantages:
No License Fees Many proprietary database vendors list "Over-deployment" as their number one license compliance issue. Running PostgreSQL means that you can deploy as many servers/instances as you want with ZERO impact to your budget due to license fees. Excellent Support The PostgreSQL community offers help in sevaral ways such as an extensive set of mailing lists, annual PostgreSQL conferences and local users groups. Additionally there are several PostgreSQL centric companies offering consulting, support and related services such as Consistent State. Reduced Staffing Costs The PostgreSQL database system has been designed from the ground up to require less maintenance and tuning intervention than the leading proprietary databases, while at the same time offering all the features, performance and scalability you would expect from a professional enterprise-class database system. Training In addition, PostgreSQL training is generally considered to be more cost effective and applicable that the training we see from the leading proprietary database vendors. Also, by leveraging services such as the Consistent State Proactive Analysis Service you can further reduce your staffing costs significantly. Legendary Reliability PostgreSQL is well known for it's legendary reliability and stability. PostgreSQL is able to auto-recover from scenarios that would leave most database systems in an unrecoverable state. In fact it's quite common for companies using PostgreSQL to report that they have NEVER had a crash of any of their PostgreSQL databases. Extendable Running PostgreSQL means that you also have access to the source code – for free ! If the built in extensibility of features are not enough you can modify the code to meet any special needs you may have. Cross Platform PostgreSQL runs on all major platforms including 34 flavors of UNIX/Linux and windows. High Volume PostgreSQL employs a strategy called MVCC (Multi Version Concurrency Control) which allows PostgreSQL to be highly effective and produce high levels of performance in high traffic environments. Multiple Database Interfaces There are multiple design, administration and interactive SQL tools available for PostgreSQL, in both command line and GUI based tools.Features
PostgreSQL employs a number of enterprise class features such as:- Fully ACID compliant
- ANSI SQL compliant
- Referential Integrity
- Replication (non-commercial and commercialsolutions)
- Multiple native interfaces ( ODBC, JDBC, .Net,C, C++, PHP, Perl, Python, Ruby, etc)
- Rules
- Views
- Triggers
- Unicode
- Sequences
- Inheritance and table/data partitioning
- Outer Joins
- Sub-selects
- Native SSL support
- Procedural languages
- Hot stand-by
- Better than row-level locking.
- Multiple Indexing Methods
- Native Kerberos authentication.
- Support for UNION, UNION ALL andEXCEPT
- Loadable extensions offering SHA1, MD5,XML, etc
- Extensible / user-defined data types
Contrib Packages
The PostgreSQL database system ships with a number of modules (called Contrib Packages) that provide extended functionality. The contrib packages are generally considered to appeal to too narrow of an audience, or are considered to be too experimental to be included in the database core. Contrib packages include modules such as: dblink: Allows queries across databases earthdistance: Provides approaches for calculating circular earth distances fuzzystrmatch: Provides methods to match strings based on similarities intarray: Provides methods for managing array's of integers pgbench: Benchmarking utilities pg_buffercache: Allows visibility into the buffer pool in real time pg_crypto: Cryptographic functions pg_standby: Allows the creation and management of a 'warm standby' server xml2: Provides XPath querying and XSLT functionalityThird Party Software
There are a growing number of third party software packages that are designed to work with PostgreSQL. These third party packages allow or integrate key software functionality into PostgreSQL database systems. Third party software includes such packages in key areas such as:- Database Administration
- Database Development
- Database Drivers/Interfaces
- GUI Interfaces
- Internet Utilities
- General Enhancements
- Procedural Languages
- Etc.
