Re: PostgreSQL books for beginner

From: "Michael Schmidt" <michaelmschmidt(at)msn(dot)com>
To: <pgsql-general(at)postgresql(dot)org>, "venkata rao" <Venkata(dot)Rao(at)noaa(dot)gov>
Subject: Re: PostgreSQL books for beginner
Date: 2006-09-08 18:00:14
Message-ID: BAY101-DAV987373260DB75562EA9A8A3370@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I began learning PostgreSQL a couple of years ago, having worked previously with Paradox. I would agree with a previous responder that the Douglas & Douglas book "PostgreSQL: the comprehensive guide to building, programming, and administering PostgreSQL databases" 2nd ed. is a good book. The shortcoming I noted (and I wrote an e-mail to the publisher about) was that it doesn't have a section on Rules (an important PostgreSQL feature). Really, I think the documentation that comes with PostgreSQL is excellent - it even has a pretty good section on SQL, so I would start simply by reading the program manual. I would agree there are a lot of books on SQL, even in the "For Dummies" series.

Regarding database design, two books come to mind. G. Powell "Beginning database design" published by Wiley in 2005 and the (classic?) "Database design for mere mortals" 2nd ed. by M. J. Hernandez, published by Pearson Education in (I think) 2003.

As you begin working with PostgreSQL, I think you will find these Internet forums to be quite helpful. There is a great bunch of people who are very willing to help.

Michael Schmidt

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karen Hill 2006-09-08 18:57:54 Stored Procedure performance / elegance question
Previous Message romantercero 2006-09-08 17:44:01 Re: Database design and triggers...