Beginning Databases with PostgreSQL

Beginning Databases with PostgreSQL

4.0 1
by STONES, Neil Matthew
     
 
PostgreSQL is rapidly on its way to becoming the most successful open source relational database system. It has had an explosive growth, from its roots in academia, to the Internet, through the efforts of a talented hard-working worldwide development team. The vast array of enterprise businesses migrating to PostgreSQL from proprietary databases are stark evidence

Overview

PostgreSQL is rapidly on its way to becoming the most successful open source relational database system. It has had an explosive growth, from its roots in academia, to the Internet, through the efforts of a talented hard-working worldwide development team. The vast array of enterprise businesses migrating to PostgreSQL from proprietary databases are stark evidence for its success to come.

This book is a complete tutorial on PostgreSQL features and functions beginning with the basics and building up to the design and construction of databases and integrating them with programming languages for the Web. Here we'll show you how to make the most of this fully programmable databases' powerful features like aggregate, join, transaction, inheritance, embedding your own C routines and more.

This book covers:

  • Detailed tutorial in PostgreSQL
  • Installing from binaries and source code on UNIX and Windows
  • Working with graphical tools
  • Various forms of queries, subqueries, aggregate functions and joins
  • Transactions, locking, stored procedures and triggers
  • Performance monitoring, tuning and server control
  • Connecting and executing SQL statements using C (libpq) and Embedded SQL
  • Developing applications in PHP, Perl and Java

Product Details

ISBN-13:
9781861005151
Publisher:
Apress
Publication date:
10/10/2001
Series:
Beginning Ser.
Edition description:
2001
Pages:
650
Product dimensions:
(w) x (h) x 0.05(d)

Meet the Author

Customer Reviews

Average Review:

Write a Review

and post it to your social network

     

Most Helpful Customer Reviews

See all customer reviews >

Beginning Databases with PostgreSQL 4 out of 5 based on 0 ratings. 1 reviews.
Guest More than 1 year ago
This is the best book that I found so far on learning the PostgreSQL database. It teaches everyting you'll need to write applications using Posgres and does it in a very clear and concise manner. It also covers many languages which can be used with Postgres to create very powerful applications. One thing that I would recommend is adding Python to that list.