Bruce's book -- partial review

From: Tom Ivar Helbekkmo <tih(at)kpnQwest(dot)no>
To: pgsql-docs(at)postgresql(dot)org
Subject: Bruce's book -- partial review
Date: 2001-05-15 11:39:03
Message-ID: 863da6zvs8.fsf@athene.i.eunet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I just had to write... :-)

My copy of "PostgreSQL Introduction and Concepts" by Bruce Momjian
arrived from Amazon the other day. I've read the first 14 chapters so
far (the part specifically about SQL), and am very impressed!

This is a very good, well written, easy to understand introduction to
relational databases and SQL, and everything is illustrated using
simple, to-the-point examples. It starts with the most basic bits,
assuming no database knowledge, and teaches basic data manipulation,
aggregates, the various joins, sequences, complex queries, data types,
indexing, transactions, user controlled locking, constraints, access
control and foreign keys -- all in a clear, easily understood fashion,
and in a mere 170 pages. I wouldn't have thought it possible.

I'm also happy to see the reference manual included in the book for
easy access -- this means it actually gets consulted as one reads. ;-)

I would not hesitate to recommend to someone who wants to learn about
RDBMS-es that they install PostgreSQL on a UNIX system, and then use
this book as their learning guide. In fact, I'm sure I'll probably be
recommending just that to several people. :-)

Great work, Bruce!

-tih
--
The basic difference is this: hackers build things, crackers break them.

Browse pgsql-docs by date

  From Date Subject
Next Message Brendan Woodnutt 2001-05-16 01:40:19 Back Up Postgres
Previous Message Pierce Tyler 2001-05-14 15:26:01 Re: Installation diff