Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA03183; Mon, 28 Jun 93 17:38:14 -0700
Date: Mon, 28 Jun 93 17:38:14 -0700
Message-Id: <9306290038.AA03183@postgres.Berkeley.EDU>
From: gatrell@aragtap.den.mmc.com (Lance Gatrell (303) 977-2052)
Subject: Re: Other uses of postgres?
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

This is heretical, but does accurately represent our experience with Postgres.
The advantages of Postgres are that its free and that it supports user-written
functions.  The disadvantages are that its buggy and there is no support 
(support provided by this mailgroup is spotty--many questions never 
get answered).

Our experience has been that every once in a while our database gets
thoroughly trashed and unusable.  Because it happens with some frequency,
we have created a C program to re-create the database and tables, and 
a shell script to load most of the data (the rest of the data has to
be re-created by executing our program).

I would not use Postgres in a delivered product.  Its great for research
and development products where the developers know how to re-create
their database and having to do so isn't a problem.  Its not appropriate
for critical applications

You make the decision on whether Postgres is for you or not.

Lance Gatrell
gatrell@mmc.den.com

