Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
PostgreSQL Developer's Handbook

PostgreSQL Developer's Handbook

List Price: $44.99
Your Price: $31.49
Product Info Reviews

<< 1 2 >>

Rating: 2 stars
Summary: Code glitch
Review: I am fairly new to PostgreSQL although i have nearly 6 years of solid database experience. I brought a brand new copy of this book, so i could quickly pick up the essentials of postgresql without having to read through a lot of fluff.Unfortunately most of the code of the code samples that i have tried testing has given me erroneous messages.I have tried contacting the support team for this book and am yet to get a response.
To me as a reader the purpose of buying this book is defeated.
I wouldn't recommend this to any serious PostgreSQL developer:(

Rating: 3 stars
Summary: Nothing spectacular
Review: I am really, really trying to like this book, but on the issues which are most important to me, it has let me down. If you are new to PostGreSQL, this book will suit you fine. However, the book doesn't give you any information that the documentation does not. In fact, it sometimes gives you less information. For example, when writing functions in C, the book fails to mention VarChar* as a data type. Additionally, the book states that compiling and linking require special flags, and that your compiler docs will provide this information. In contrast, the online docs explicitly give you the flags for BSD, Free/Net/OpenBSD, HP-UX, IRIX, Linux, Solaris, Tru64, and UnixWare.

If you want to learn PostGreSQL, this is a suitable book. However, if you want to explore the more advanced features of PostGreSQL, this book is not for you.

Rating: 3 stars
Summary: Nothing spectacular
Review: I am really, really trying to like this book, but on the issues which are most important to me, it has let me down. If you are new to PostGreSQL, this book will suit you fine. However, the book doesn't give you any information that the documentation does not. In fact, it sometimes gives you less information. For example, when writing functions in C, the book fails to mention VarChar* as a data type. Additionally, the book states that compiling and linking require special flags, and that your compiler docs will provide this information. In contrast, the online docs explicitly give you the flags for BSD, Free/Net/OpenBSD, HP-UX, IRIX, Linux, Solaris, Tru64, and UnixWare.

If you want to learn PostGreSQL, this is a suitable book. However, if you want to explore the more advanced features of PostGreSQL, this book is not for you.

Rating: 4 stars
Summary: The best PostgreSQL book on the market, but not perfect.
Review: I can't give this book 5 stars. But I can give it 4. Compared to all the other PostgreSQL books, its the best compared to the rest....

But its problematic to buy a PostgreSQL book at this time (December 1, 2002) because of versioning. Currently, the newest version out is 7.3. But all these books as of this posting are based on version 7.1 or below ugh... hopefully this is a minor issue. Too bad there are very few books to choose from... but after reading and studying the few pgsql books on the shelf, this is the winner.

Rating: 4 stars
Summary: The best PostgreSQL book on the market, but not perfect.
Review: I infer from the title that this book is not primarily for end users or DBAs, but instead for developers who want to interact with PostgreSQL as part of a larger application context. I do not see any other books in mid 2002 which seem to have the same target.

I would say this book goes into a little more depth for the application developer than the other notable PostgreSQL books I have seen (Practical pgsql, pgsql Essential Reference, Beginning Databases with pgsql), but not much, and the more useful information is mixed with a lot of less useful information.

I do not think this book is a waste of money, but it is definitely not a must have.

Rating: 3 stars
Summary: = * * *
Review: I infer from the title that this book is not primarily for end users or DBAs, but instead for developers who want to interact with PostgreSQL as part of a larger application context. I do not see any other books in mid 2002 which seem to have the same target.

I would say this book goes into a little more depth for the application developer than the other notable PostgreSQL books I have seen (Practical pgsql, pgsql Essential Reference, Beginning Databases with pgsql), but not much, and the more useful information is mixed with a lot of less useful information.

I do not think this book is a waste of money, but it is definitely not a must have.

Rating: 4 stars
Summary: A very good programmers reference
Review: This book about PostgreSQL is by far the best available on the market. Unlike Oracle there are not many books on PostgreSQL. This book is written for developer who want to use PostgreSQL for data storage. It covers important parts like pl/pgsql, libpg, Perl.
It also covers PostgreSQL administration to a certain level, including installation and maintance.
I use this book a lot and I think it a very good desktop reference.

Rating: 5 stars
Summary: Excellent Resource
Review: This book is a good start for anyone interested in using the PostgreSQL database server. This book covers the fundamentals from installing the server to basics of managing the databases and its users. My only gripe with this book was the lack of covereage of all the pg_* functions. It does talk about some of the functions but not all. In addition, the authors do not talk about the configuration files associated with PostgreSQL in depth. However, the questions that I did have were happily answered by Hans (one of the co-author of this book).

If you are a developer like myself that works with PERL, PHP, or Python, you will find the information in this book very helpful. The authors discuss in detail on how to interface PostgreSQL with these languages. In addition, there is a good tutorial on the basics of SQL and the terminologies associated with it. This is not a good reference on SQL but a good refresher.

If you are a complete novice to the world of databases, you might not find this book as easily digestible. This book does make certain assumptions, namely, familiarity and comfort with using a command prompt either on UNIX, Linux, or Windows. PostgreSQL is a little tricky to install on Windows if you are not comfortable with the assumptions made by the authors.

If you are a DBA, look elsewhere for advanced topics like load balancing and replication using PostgreSQL. This book is more of a welcome to PostgreSQL type than an advanced database management book using PostgreSQL.

Like every book in the market, this one is not perfect either. However, the positive aspects of this book far outweigh the missing literature. I would not recommend this book if you are a complete novice to databases. If you are coming from another database application or server, you will definitely feel comfortable with the author's informal style of presenting the information. Developers will also feel at home with this book and get up to speed fairly quickly.

Rating: 5 stars
Summary: Good for anyone wanting to learn PostgreSQL
Review: This book is a good start for anyone interested in using the PostgreSQL database server. This book covers the fundamentals from installing the server to basics of managing the databases and its users. My only gripe with this book was the lack of covereage of all the pg_* functions. It does talk about some of the functions but not all. In addition, the authors do not talk about the configuration files associated with PostgreSQL in depth. However, the questions that I did have were happily answered by Hans (one of the co-author of this book).

If you are a developer like myself that works with PERL, PHP, or Python, you will find the information in this book very helpful. The authors discuss in detail on how to interface PostgreSQL with these languages. In addition, there is a good tutorial on the basics of SQL and the terminologies associated with it. This is not a good reference on SQL but a good refresher.

If you are a complete novice to the world of databases, you might not find this book as easily digestible. This book does make certain assumptions, namely, familiarity and comfort with using a command prompt either on UNIX, Linux, or Windows. PostgreSQL is a little tricky to install on Windows if you are not comfortable with the assumptions made by the authors.

If you are a DBA, look elsewhere for advanced topics like load balancing and replication using PostgreSQL. This book is more of a welcome to PostgreSQL type than an advanced database management book using PostgreSQL.

Like every book in the market, this one is not perfect either. However, the positive aspects of this book far outweigh the missing literature. I would not recommend this book if you are a complete novice to databases. If you are coming from another database application or server, you will definitely feel comfortable with the author's informal style of presenting the information. Developers will also feel at home with this book and get up to speed fairly quickly.

Rating: 3 stars
Summary: Touched too many things, but not very deep on anything
Review: This book touched too many things but with very shallow coverage on each subjest. It looks a direct copy from the online documentation. It is a pure waste of trees. In certain places, the author missed very important things. For example, the ExecCommandOk command is totally missed from this book.

As an reference book this book is too shallow. As an tutorial it is not good enough.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates