Have one to sell? Sell yours here
PostgreSQL Developer's Handbook
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

PostgreSQL Developer's Handbook [Paperback]

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


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback --  

Book Description

0672322609 978-0672322600 December 28, 2001

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.



Editorial Reviews

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.

About the Author

Ewald Geschwinde and Hans-Jürgen Schönig are partners in Cybertec Geschwinde & Schönig OEG (www.cybertec.at), a company based in Vienna, Austria that provides commercial PostgreSQL support, training, tuning, and remote administration to international clients. They also offer training through the first PostgreSQL Academy. Their accomplishments include the creation of a popular Webshop using PostgreSQL and the implementation of a massive scientific database containing data on millions of Austrian social insurance recipients.

Before founding Cybertec, both Geschwinde and Schönig worked at Synthesis, an Austrian research company focusing on forecasting the Austrian labor market. While there, the worked with Unix systems and automated text production using EFEU, LaTex, and Perl.


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
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #1,673,598 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and 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

34 of 34 people found the following review helpful:
5.0 out of 5 stars Good for anyone wanting to learn PostgreSQL, January 18, 2002
By 
This review is from: PostgreSQL Developer's Handbook (Paperback)
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


23 of 25 people found the following review helpful:
5.0 out of 5 stars Excellent Resource, March 8, 2002
By A Customer
This review is from: PostgreSQL Developer's Handbook (Paperback)
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars = * * *, August 12, 2002
By 
Larry R (San Diego, US) - See all my reviews
This review is from: PostgreSQL Developer's Handbook (Paperback)
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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








Only search this product's reviews



What Other Items Do Customers 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).
 
(20)
(6)

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 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
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject