PostgreSQL is arguably the most powerful open-source relational database system. It has grown from academic research beginnings into a functionally-rich, standards-compliant, and enterprise-ready database used by organizations all over the world. And it’s completely free to use.
Beginning Databases with PostgreSQL offers readers a thorough overview of database basics, starting with an explanation of why you might need to use a database, and following with a summary of what different database types have to offer when compared to alternatives like spreadsheets. You’ll also learn all about relational database design topics such as the SQL query language, and introduce core principles including normalization and referential integrity.
The book continues with a complete tutorial on PostgreSQL features and functions and include information on database construction and administration. Key features such as transactions, stored procedures and triggers are covered, along with many of the capabilities new to version 8. To help you get started quickly, step-by-step instructions on installing PostgreSQL on Windows and Linux/UNIX systems are included.
In the remainder of the book we show you how to make the most of PostgreSQL features in your own applications using a wide range of programming languages, including C, Perl, PHP, Java and C#. Many example programs are presented in the book, and all are available for download from the Apress web site.
By the end of the book you will be able to install, use, and effectively manage a PostgreSQL server, design and implement a database, and create and deploy your own database applications.
This has proven to be a very good book. I'm not a database expert, but I happen to need PostgreSQL because I am working on a project that involves GIS, and PostGIS turns out to be a very appropriate tool for what I am doing. This book got me started and has helped me through the importing of data, understanding basic functions, and incorporating PostgreSQL into my programs (I use a combination of R, Python/Jython and Java. The book does not talk about them all, but what is in there carries over pretty well.) I've also used this to use BIRT and Openoffice.org to link my PostgreSQL databases. Again, it is not spelled out, but what was in here brought me well along the way to making it work.
This book concisely describes the way of dealing with PostgreSQL environment. It also describes functional abilities, which is common in most known DBMSes and does not contain the distinctive features of PostgreSQL.