Re: Postgresql -- initial impressions and comments

From: "Dave Best" <david(dot)best(at)sympatico(dot)ca>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql -- initial impressions and comments
Date: 2002-12-04 04:34:33
Message-ID: 002301c29b4e$71f76bf0$010000ac@prison
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm new to the community as well, a couple of responses to your points and
my impressions below.

----- Original Message -----
From: "j.random.programmer" <javadesigner(at)yahoo(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Monday, December 02, 2002 9:44 PM
Subject: [GENERAL] Postgresql -- initial impressions and comments

> 1)
> Running postgres as non-root is understandable but
> should not be _mandated_ (for totally private
> networks,
> it's overkill). Trust the user...

Never, ever run anything under root if at all possible. Its just
baddddd..... Trust the user? Your joking right? :) I've been around too
many Lusers (as my friend would say) to trust any of em.

>
> 3) The documentation needs to be radically improved.
> The mysql docs are much more comprehensive. Postgres
> wins hands down in the database internals
> documentation
> (mysql doesn't have any) but loses in the userland
> documentation.

Recently i've evaluated both mysql and postgresql for a project myself
and a few friends are working on. There are areas in both sets of
documentation that could use a little work but in general I find both
adequate. Actually the only thing that puts mysql's on the same level as
postgres's, is the user comments.

> 4) The auto-increment ("serial") fields are very
> badly documented.
>
> Normally, I want to say something like:
>
> INSERT into foo values (null, 'a', 'b',...)
>
> INSERT into foo
> (field_a, field_b,...) values ('a', 'b', ...)
>

The first one is bad form.. If your schema ever changes your
application will break but i'm sure you've gotten many responses on this.

I setup 'serial' columns in both mysql and postgres with ease, didn't see
any issues with the docs for either.

With our project we decided to go with Postgres because it has an extensive
feature set.

L8r all.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Williams, Travis L, NPONS 2002-12-04 04:40:21 Really simple question..
Previous Message Manuel Cabido 2002-12-04 04:18:13 Re: PostgreSQL in Universities (Was: Re: 7.4 Wishlist)