Install PostgreSQL 8.4 Database Server on CentOS, Fedora, Red Hat

Updated by on Feb 8, 2011 in CentOS, Featured, Fedora, Linux, Red Hat (RHEL), Server Guides, Servers, SQL | 23 comments

This is quick guide howto install PostgreSQL 8.4 (current stable 8.4.7) database server on CentOS, Fedora and Red Hat. Fedora 14, Fedora...

Read More

PostgreSQL: Partitioned Table vs Non Partitioned Table (Part 3)

Updated by on Sep 7, 2010 in SQL | 9 comments

This article compares the speed and performance of queries between partitioned and non partitioned PostgreSQL tables. However, it is...

Read More

PHP Script to Generate PostgreSQL Table Partitioning (Part 2)

Updated by on Sep 7, 2010 in Programming, SQL | 1 comment

As Part 1 (Howto create PostgreSQL table partitioning) shows, making of PostgreSQL partitioning needs a lot of SQL commands. So this Part 2...

Read More

Create PostgreSQL Table Partitioning (Part 1)

Updated by on Sep 7, 2010 in SQL | 3 comments

PostgreSQL supports partitioning via table inheritance. So the partitioning is made in such a way that every child table inherits single...

Read More

Postgresql (psql) .psqlrc tips and tricks

Updated by on Sep 30, 2010 in Featured, SQL | 0 comments

Psql is a good tool for the PostgreSQL database management and use. Psql client functioning can easily be improved by adding a few lines...

Read More
Bear