- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 163字
- 2021-06-10 19:23:03
Summary
PostgreSQL provides advanced features that allow you to avoid writing a program to solve common problems when dealing with data structures and SQL statements. Thanks to the RETURNING predicate, it is possible for you to get back automatically generated data, such as an incremental key. Conflict resolution allows us to perform a kind of 'tuple merging' when dealing with INSERT and UPDATE statements against the same tuples, but one of its most powerful features is surely the Common Table Expression, which not only allows us to re-write complex queries by splitting them into more readable pieces, but also allows us to perform statement pipelining and recurse over a result set.
Knowing these features will allow you to interact with a PostgreSQL cluster efficiently and solve common problems in your day-to-day use quickly and easily.
In Chapter 3, The PL/pgSQL Language, we will look at how to implement complex constructs by means of the default procedural language built in in PostgreSQL: PL/pgSQL.
- JavaScript實(shí)例自學(xué)手冊(cè)
- Ansible Quick Start Guide
- IoT Penetration Testing Cookbook
- 空間傳感器網(wǎng)絡(luò)復(fù)雜區(qū)域智能監(jiān)測(cè)技術(shù)
- 新編計(jì)算機(jī)組裝與維修
- 精通LabVIEW程序設(shè)計(jì)
- Hands-On Dashboard Development with QlikView
- Learn QGIS
- 實(shí)戰(zhàn)Windows Azure
- 網(wǎng)絡(luò)安全原理與應(yīng)用
- 系統(tǒng)建模與控制導(dǎo)論
- 單片機(jī)硬件接口電路及實(shí)例解析
- Learn SOLIDWORKS 2020
- ARM? Cortex? M4 Cookbook
- 精通LabVIEW 8.x