Möchten Sie verkaufen? Hier verkaufen
Der Artikel ist in folgender Variante leider nicht verfügbar
Keine Abbildung vorhanden für
Farbe:
Keine Abbildung vorhanden

 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

PostgreSQL Developer's Handbook (Developer's Library) [Englisch] [Taschenbuch]

Ewald Geschwinde , Hans-Jurgen Schonig , Hans-Juergen Schoenig
5.0 von 5 Sternen  Alle Rezensionen anzeigen (2 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Kurzbeschreibung

Januar 2002 Developer's Library
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.

Produktinformation

  • Taschenbuch: 600 Seiten
  • Verlag: Sams (Januar 2002)
  • Sprache: Englisch
  • ISBN-10: 0672322609
  • ISBN-13: 978-0672322600
  • Größe und/oder Gewicht: 18,6 x 4,3 x 23,1 cm
  • Durchschnittliche Kundenbewertung: 5.0 von 5 Sternen  Alle Rezensionen anzeigen (2 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 862.266 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Synopsis

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.

Buchrückseite

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.


Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

4 Sterne
0
3 Sterne
0
2 Sterne
0
1 Sterne
0
5.0 von 5 Sternen
5.0 von 5 Sternen
Die hilfreichsten Kundenrezensionen
1 von 1 Kunden fanden die folgende Rezension hilfreich
5.0 von 5 Sternen Das Beste über PostgreSQL 29. Juni 2004
Format:Taschenbuch
Dieses Buch beschreibt vom Kompilieren des DB-Servers über die Administration bis hin zu Data Warehousing alles über die beste Open Source Datenbank die es gibt.
Ich hab 3 Handbücher über PostgreSQL und dies ist mit abstand das beste - didaktisch wie auch inhaltlich!
War diese Rezension für Sie hilfreich?
5.0 von 5 Sternen Great Practical Guide 17. Januar 2005
Format:Taschenbuch
If you want to create applications based on PostgreSQL, this book will give you a very solid base covering all relevant aspects from installation, setup, SQL, transactions, programming APIs, performance analysis and tuning and so forth. All things I needed to know (so far) are covered (having a lot of programming experience, but little database expertise). Great value for the money.
War diese Rezension für Sie hilfreich?
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com: 3.7 von 5 Sternen  10 Rezensionen
35 von 35 Kunden fanden die folgende Rezension hilfreich
5.0 von 5 Sternen Good for anyone wanting to learn PostgreSQL 18. Januar 2002
Von "alleyman_1" - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

23 von 25 Kunden fanden die folgende Rezension hilfreich
5.0 von 5 Sternen Excellent Resource 8. März 2002
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

6 von 6 Kunden fanden die folgende Rezension hilfreich
3.0 von 5 Sternen = * * * 12. August 2002
Von Larry R - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

Waren diese Rezensionen hilfreich?   Wir wollen von Ihnen hören.
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Ihr Kommentar