PostgreSQL
Description
PostgreSQL is an Open Source RDBMS (Relational Database Management System). It is queried using SQL, closely conforming to the SQL:2008 standard. Supported platforms include Linux, Windows, (Free|Open|Net)BSD and Mac OS X.
microHOWTOs
- Connect to a PostgreSQL database using Perl DBI
- Dump a complete PostgreSQL database as SQL
- Log all queries to a PostgreSQL server