Re: Question: Who's Using Postgres

From: "Neal Lindsay" <neal(dot)lindsay(at)peaofohio(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <cgibbs(at)westmarkproducts(dot)com>
Subject: Re: Question: Who's Using Postgres
Date: 2002-02-15 15:58:18
Message-ID: 12652.24.123.49.174.1013788698.squirrel@127.0.0.1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[snip]
> I am not trying to start a ruckus or a flamewar, but I would like to
> know who's using Postgres out there.
[snap]

<ruckus>

We use it at the small consulting company I work for to track time billed to
jobs. The current front end is in Access97 with the backend in PG 7.1.3 (7
tables). I developed it partway in 100% Access and transferred my tables to
a PG backend before I deployed it. Tastes great, less filling. Never had a
stability problem. I am currently working on a more feature-full version
with PG 7.2 on the back and PHP web forms on the front (25+ tables). Access
(+ VBA) is like a lot of Microsoft products: they make easy things easy and
slightly hard things darn near impossible. I like a lot of abstraction on
top of my DB, so Access wasn't cutting it. If the way you store it very
similar to the way you see it though (and you don't mind the licensing)
Access is pretty nice. Not for the backend though. You (and probably
everybody else here) already know, but it bears repeating: Access is not a
good multi-user database backend.

</ruckus>

Neal Lindsay

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Peltonen 2002-02-15 16:11:08 Redirecting query's output to a textfile?
Previous Message Roderick A. Anderson 2002-02-15 15:54:51 Re: Report generation