-
Book Overview & Buying
-
Table Of Contents
PostgreSQL Server Programming - Second Edition - Second Edition
By :
PostgreSQL Server Programming - Second Edition
By:
Overview of this book
This book is for moderate to advanced PostgreSQL database professionals who wish to extend PostgreSQL, utilizing the most updated features of PostgreSQL 9.4. For a better understanding of this book, familiarity with writing SQL, a basic idea of query tuning, and some coding experience in your preferred language is expected.
Table of Contents (16 chapters)
Preface
1. What Is a PostgreSQL Server?
2. Server Programming Environments
3. Your First PL/pgSQL Function
4. Returning Structured Data
5. PL/pgSQL Trigger Functions
6. PostgreSQL Event Triggers
7. Debugging PL/pgSQL
8. Using Unrestricted Languages
9. Writing Advanced Functions in C
10. Scaling Your Database with PL/Proxy
11. PL/Perl – Perl Procedural Language
12. PL/Tcl – Tcl Procedural Language
13. Publishing Your Code as PostgreSQL Extensions
14. PostgreSQL as an Extensible RDBMS
Index