Re: Example Database

From: Jamie Lawrence <jal(at)jal(dot)org>
To: Dustin Sallings <dustin(at)spy(dot)net>
Cc: Erwin Brandstetter <a9006241(at)unet(dot)univie(dot)ac(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: Example Database
Date: 2003-08-19 04:37:50
Message-ID: 20030819043749.GA27185@clueinc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 18 Aug 2003, Dustin Sallings wrote:

> Postgres has enough features that I would guess you're not going to
> find a database that uses all of them.
>
> You'll probably find it a lot easier to learn postgres by thinking
> of something you want to do and trying to solve the problem with postgres.
> I find it really difficult to learn a new development tool without
> having a particular problem to solve.

I almost chimed in earlier, but I'd certainly second this.

As far as the freedom Postgres offers in terms of flexibility of design,
there's no way any single DB will illustrate it well.

I started off using it becuase it was a real database in the free space,
and then started using other features when they made sense.

The ORDB stuff I've only used once; I have to admit that I like a fully
relational database. But there are cases I haven't seen...

The views/rules/triggers capability is priceless. Or, rather, Oracle
will put a price on it for you, which is significantly more than
Postgres.

Play with it.

-j

--
Jamie Lawrence jal(at)jal(dot)org
"The media is reality."
- US Air Force Major General Gene Renuart

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Deepa K 2003-08-19 04:52:58 Re: PQgetResultSet Problem
Previous Message Dustin Sallings 2003-08-19 04:23:50 Re: Example Database