Begin main content

Postgresql goodies

Two pieces of Postgresql software I have just become aware of:

  • Slony-I multithreaded replication engine - single master, multiple slave (but if the master fails, a slave can be promoted to a master)
  • pgpool connection pool server
  • I like postgres, and these two pieces of the puzzle will come in very handy.

03:00 AM, 23 Jul 2004 by Mark Aufflick Permalink

Add comment