Beginning Databases with PostgreSQL

Beginning Databases with PostgreSQL

Richard Stones Matthew Neil

     0

бумажная книга



Издательство: Wrox Press Ltd
Дата выхода: декабрь 2009
ISBN: 1-861005-15-6
Объём: 650 страниц

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 well 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