Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

PostgreSQL: Introduction and Concepts Review by W. Gunadi

Change the title

First of all, this is not a book about Postgresql database, it's a book about introduction to SQL!

Considering the title, it should at least give some direction about how to install/configure, list the gotcha's, do's, don't's, etc. But this book starts with the assumption that you already have the database installed and ready to run, server and all.

I'm not kidding, it's actually listed in one of the first sections in the book that a running server is required to read this book. How does this match the "Introduction and Concepts" title???

A little pointer to the author if he's reading this, in his next book or second edition of this book, he should: 1. Explain where PostgreSQL fits in modern distributed architectures 2. Why would I want to use PostgreSQL instead of MySQL if I'm developing a J2EE application, how about CORBA? 3. How do I take advantage of the OO features of PostgreSQL to shorten the development time