PostgreSQL Server Programming - Second Edition
| By: | Usama Dar |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781783980581 |
| eText ISBN: | 9781783980598 |
| Edition: | 2 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $39.59
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
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.What you will learn
- Write functions in the builtin PL/pgSQL language or your language of choice
- Define and use userdefined functions (UDF)
- Scale your data with PL/Proxy
- Extend PostgreSQL to overcome the limitations of classical SQL servers
- Debug using NOTIFY and using PL/pgSQL debugging extensions
- Discover the new features in PostgreSQL 9.4 such as event triggers and other improvements relevant to serverside programming
- Fully integrate the database layer into your development