Re: database design - Mailing list pgsql-novice

From Josh Berkus
Subject Re: database design
Date
Msg-id 200308070841.38562.josh@agliodbs.com
Whole thread Raw
In response to database design  (Jennifer Vargas <w47fnpch02@sneakemail.com>)
Responses Re: database design
List pgsql-novice
Jennifer,

> What books or net sources are good for explaining the uses of features
> like triggers,
> stored procedures, transactions, and views in the *design* of a
> database? I've seen
> plenty of books at the store giving a functional overview of them, but
> none of them
> explain how, why, and when such features are integrated into a database
> design.

Frankly, I don't think there are any.  The database application design books
I've seen have focused on the app code and neglected the database beyond
simple SQL.  If anyone knows a book that's different, please let me know.

In theory, I'm writing such a book, and so is one of the PostgreSQL sponsor
companies.  However, I don't think either of us has gotten past chapter 2 ...

Me, I'll probably focus on magazine articles instead, I can get those done.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-novice by date:

Previous
From: Jason Hihn
Date:
Subject: Re: Creating a table: UNIQUE constraint matching given keys
Next
From: Jason Hihn
Date:
Subject: Re: database design