- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 295字
- 2021-06-10 19:22:59
What this book covers
This book aims to teach the reader how powerful server-side programming can be in PostgreSQL. At the same time, we are going to learn how fun can it be to implement even complex tasks directly in the database engine. This book is structured as follows:
Chapter 1, PostgreSQL Server-side Programming, presents the idea behind server-side programming and the relationship with PostgreSQL.
Chapter 2, Statement Tricks: UPSERTs, RETURNING, and CTEs, explains some of the powerful features of handling SQL statements that are supported by PostgreSQL, such as obtaining automatically computed data, resolving insert conflicts, and performing looping and joins.
Chapter 3, The PL/pgSQL Language, discusses the default language that can be used to implement code in PostgreSQL. This is an imperative, SQL-like language.
Chapter 4, Stored Procedures, teaches you how to store pieces of code in the server in order to execute them and re-use them later.
Chapter 5, PL/Perl and PL/Java, provides insights into how to use Perl and Java within the PostgreSQL server to implement stored procedures and run code.
Chapter 6, Triggers, explains how to run code that can react to data change events and data definition change events.
Chapter 7, Rules and the Query Rewriting System, explains how PostgreSQL can be used to transform statements into other forms.
Chapter 8, Extensions, teaches you how to organize your code in a way that PostgreSQL can handle and manage, as well as how to deal with updates.
Chapter 9, Intra-Process Communication and Background Workers, looks at how to interact with processes (database connections) and how to plug your own processes into the server.
Chapter 10, Custom Data Types, shows how it is possible to extend the already rich PostgreSQL data type to implement your own type with specific business logic.
- Ansible Configuration Management
- Learning Microsoft Azure Storage
- Dreamweaver CS3網頁設計與網站建設詳解
- OpenStack Cloud Computing Cookbook(Second Edition)
- Windows 7寶典
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- TensorFlow Reinforcement Learning Quick Start Guide
- 大數據技術基礎:基于Hadoop與Spark
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- 所羅門的密碼
- INSTANT VMware vCloud Starter
- 人工智能:智能人機交互
- Getting Started with Tableau 2018.x
- Mastering Machine Learning with R
- Arduino創意機器人入門:基于Mind+