Re: Is this an overkill?

From: dima <_pppp(at)mail(dot)ru>
To: Dan Ostrowski <dan(at)triad-dev(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Is this an overkill?
Date: 2002-09-03 15:01:06
Message-ID: 3D74CEB2.90603@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is this kind of thing ... well too small to use Postgres for?
>Should I just suck it up and use MySQL and do all the data integrity
things in PHP?
>I mean, I LOVE to learn about this stuff, but would it end up being
more frustration than
>is nessesary for a small project like this?
i usually use postgresql for my projects. i use mysql databases as util
space for logs etc (because of faster insertion/deletion). it's really
awful to keep track of data integrity by the external software.
so, you surely should try postgres

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dima 2002-09-03 15:02:35 Re: Postgresql data designer
Previous Message Darren Ferguson 2002-09-03 14:56:28 Re: Why must the function that a trigger calls return