Good (introductory) book

Started by Chris Bogetabout 23 years ago5 messagesgeneral
Jump to latest
#1Chris Boget
chris@wild.net

What would you guys recommend as a good
introductory book for PG? One that talks
about and goes into the features, use and
administration of PG and not necessarily
just SQL? I went looking and found a bunch
on various web bookstores and am not sure
which to pick up. So I'm curious what you
would recommend.

Thanks

Chris

#2Justin Clift
justin@postgresql.org
In reply to: Chris Boget (#1)
Re: Good (introductory) book

Boget, Chris wrote:

What would you guys recommend as a good
introductory book for PG? One that talks
about and goes into the features, use and
administration of PG and not necessarily
just SQL? I went looking and found a bunch
on various web bookstores and am not sure
which to pick up. So I'm curious what you
would recommend.

Hi Chris,

Bruce Momjian's book "PostgreSQL: Introduction and Concepts" is a pretty
good intro to PostgreSQL, although it does target an older release of
PostgreSQL:

http://www.postgresql.org/docs/awbook.html

Hope this helps.

:-)

Regards and best wishes,

Justin Clift

Thanks

Chris

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

#3Christoph Dalitz
christoph.dalitz@hs-niederrhein.de
In reply to: Justin Clift (#2)
Re: Good (introductory) book

On Tue, 21 Jan 2003 08:04:39 -0500
pgsql-general-owner@postgresql.org wrote:

Date: Tue, 21 Jan 2003 06:07:42 -0600
From: "Boget, Chris" <chris@wild.net>

What would you guys recommend as a good
introductory book for PG? One that talks
about and goes into the features, use and
administration of PG and not necessarily
just SQL?

I found "PostgreSQL - professionell und praxisnah" by Jens Hartwig to be
the best currently avalable book on Postgres. Unfortunately it is only
available in German.

Here is my review that I have sent several months ago to
the maintainer of the PG Book-Review sites (it has not (yet?) found
its way on the web site):

-----------------------------------------------------------------------------
This book aims at developers with some basic database experience
who want to explore PostgreSQL. It spans the bow from installation and
administration over transcation management and advanced PG-specific features
(listen, blobs, rules, regexps...) up to server side (PL/PGSQL, C functions)
and client side programming (libpq, esql, libpq++, jdbc, php).

Unlike other introductory textbooks, which leave you at a loss when
trying to accomplish more than the trivial examples in those textbooks,
this book covers all topics in considerable depth. Strongly
recommended not only to database professionals, but also to newbies looking
for a somewhat beefier introduction to PostgreSQL.

Christoph Dalitz

#4Justin Clift
justin@postgresql.org
In reply to: Christoph Dalitz (#3)
Re: Good (introductory) book

Christoph Dalitz wrote:
<snip>

I found "PostgreSQL - professionell und praxisnah" by Jens Hartwig to be
the best currently avalable book on Postgres. Unfortunately it is only
available in German.

Here is my review that I have sent several months ago to
the maintainer of the PG Book-Review sites (it has not (yet?) found
its way on the web site):

Ouch. That's probably my fault.

Ok, adding it now.

Sorry about that Christoph.

Regards and best wishes,

Justin Clift

Christoph Dalitz

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

#5Noname
George.T.Essig@stls.frb.org
In reply to: Justin Clift (#4)
Re: Good (introductory) book

For a beginning book, I would recommend 'Beginning Databases with
PostgreSQL' by Richard Stones and Neil Matthew. It's a well-rounded book
that doesn't assume you know a lot. Before you buy a book, I would look
at the free books online. See:

http://www.commandprompt.com/ppbook/
http://www.ca.postgresql.org/docs/awbook.html

George Essig

Show quoted text

What would you guys recommend as a good
introductory book for PG? One that talks
about and goes into the features, use and
administration of PG and not necessarily
just SQL?