or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
34 used & new from $3.18

Have one to sell? Sell yours here
 
   
PostgreSQL Developer's Handbook
 
 

PostgreSQL Developer's Handbook (Paperback)

~ (Author), Hans-Juergen Schoenig (Author)
3.7 out of 5 stars  See all reviews (10 customer reviews)

List Price: $49.99
Price: $35.09 & this item ships for FREE with Super Saver Shipping. Details
You Save: $14.90 (30%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 2 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 17? Choose One-Day Shipping at checkout. Details
21 new from $9.93 13 used from $3.18

Formats

Amazon Price New from Used from
  Paperback, December 27, 2001 $35.09 $9.93 $3.18

Frequently Bought Together

PostgreSQL Developer's Handbook + PostgreSQL Essential Reference + PostgreSQL (2nd Edition)
Price For All Three: $103.09

Some of these items ship sooner than the others. Show details

  • This item: PostgreSQL Developer's Handbook by Ewald Geschwinde

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • PostgreSQL Essential Reference by Barry Stinson

    Usually ships within 1 to 3 weeks.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • PostgreSQL (2nd Edition) by Korry Douglas

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

PostgreSQL (2nd Edition)

PostgreSQL (2nd Edition)

by Korry Douglas
4.0 out of 5 stars (20)  $37.11
Practical PostgreSQL (O'Reilly Unix)

Practical PostgreSQL (O'Reilly Unix)

by John C. Worsley
PostgreSQL: Introduction and Concepts

PostgreSQL: Introduction and Concepts

by Bruce Momjian
2.6 out of 5 stars (13)  $47.99
Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional (Beginning, from Novice to Professional)

Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional (Beginning, from Novice to Professional)

by Cristian Darie
$44.99
PHP and PostgreSQL Advanced Web Programming

PHP and PostgreSQL Advanced Web Programming

by Ewald Geschwinde
3.8 out of 5 stars (12)  $36.49
Explore similar items

Editorial Reviews

Product Description

PostgreSQL is an object-relational database server that is widely considered to be the world's most advanced open-source database system. It is ANSI SQL-compatible, and it offers powerful features to enable more complex software design than would be possible with relational databases that are not object-oriented. PostgreSQL is extremely modular, it supports a large number of datatypes, and programming interfaces for PostgreSQL are available for all important programming languages, including C, Perl, Python, Tcl, Java, and PHP.

PostgreSQL Developer's Handbook provides a complete overview of the PostgreSQL database server and extensive coverage of its core features, including object orientation, PL/pgSQL, and the most important programming interfaces. The book introduces the reader to the language and syntax of PostgreSQL and then moves quickly into advanced programming topics.



From the Back Cover

PostgreSQL is an object-relational database server that is widely considered to be the world's most advanced open-source database system. It is ANSI SQL-compatible, and it offers powerful features to enable more complex software design than would be possible with relational databases that are not object-oriented. PostgreSQL is extremely modular, it supports a large number of datatypes, and programming interfaces for PostgreSQL are available for all important programming languages, including C, Perl, Python, Tcl, Java, and PHP.

PostgreSQL Developer's Handbook provides a complete overview of the PostgreSQL database server and extensive coverage of its core features, including object orientation, PL/pgSQL, and the most important programming interfaces. The book introduces the reader to the language and syntax of PostgreSQL and then moves quickly into advanced programming topics.


Product Details

  • Paperback: 768 pages
  • Publisher: Sams (December 28, 2001)
  • Language: English
  • ISBN-10: 0672322609
  • ISBN-13: 978-0672322600
  • Product Dimensions: 9 x 7.8 x 1.5 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #409,980 in Books (See Bestsellers in Books)

More About the Author

Ewald Geschwinde
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Ewald Geschwinde Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(22)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

10 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:
 (4)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (10 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
35 of 35 people found the following review helpful:
5.0 out of 5 stars Good for anyone wanting to learn PostgreSQL, January 18, 2002
By "alleyman_1" (Nevada, USA) - See all my reviews
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
22 of 24 people found the following review helpful:
5.0 out of 5 stars Excellent Resource, March 8, 2002
By A Customer
This is a great PostgreSQL book, better in my opinion than the O'Reilly or Wrox book. They are all better than the book by Perkins.

This book is for someone who knows a little bit about SQL and databases.

The chaper on SQL is not too large, which is exactly what it should be. There are enough SQL books! The SQL chapter is to-the-point, more as an overview of available SQL functionality in the database. The O'Reilly book spends too much time being a SQL tutorial, combine that with a chapter on some product for Apache called LXP, and a whole section on commands, you are left with pretty much 50% of the book dedicated to SQL.

An end-user, with little database or SQL experience will probably like the Wrox book best. Someone who is going to administer PostgreSQL or a developer (especially a developer) will probably find this book more suited to their skill level and requirements.

The book is well written and covers most of the major items of concern. Part II of the book includes real world examples, which are very helpful. The largest chaper is chapter 9, which covers programming interfaces between various languages such as C, Perl, Python, PHP, Java, etc. There is also a helpful chapter on dealing with binary data and date calculations.

In my opinion, this book, along with the New Riders reference book, work well together.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 6 people found the following review helpful:
3.0 out of 5 stars = * * *, August 12, 2002
By Larry Riedel (San Diego, US) - See all my reviews
(REAL NAME)   
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.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars I Wanted To Like This Book
I really wanted to like this book since it was the only one in my local book store and I needed a reference. Read more
Published on May 4, 2005 by Jeff

4.0 out of 5 stars A very good programmers reference
This book about PostgreSQL is by far the best available on the market. Unlike Oracle there are not many books on PostgreSQL. Read more
Published on December 6, 2004 by Henning Follmann

3.0 out of 5 stars Nothing spectacular
I am really, really trying to like this book, but on the issues which are most important to me, it has let me down. Read more
Published on January 27, 2003 by D. Rosario

4.0 out of 5 stars The best PostgreSQL book on the market, but not perfect.
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.... Read more
Published on December 1, 2002

3.0 out of 5 stars Touched too many things, but not very deep on anything
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. Read more
Published on July 29, 2002 by Kemin Zhou

2.0 out of 5 stars Code glitch
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... Read more
Published on May 20, 2002 by Kevin Peach

5.0 out of 5 stars very good book on postgresql
this is one of the best books about databases i have seen recently. especially the section about binary data and the date stuff is cool.
Published on January 23, 2002

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Anyone need psychology testbook- trying to sell a used copy 2 1 hour ago
textbook scam 72 3 hours ago
Textbooks for Kindle DX? 61 6 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.