- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 103字
- 2021-06-10 19:23:05
Summary
PL/pgSQL is the default language used in PostgreSQL to implement runnable pieces of code. It can be used to implement functions, procedures, triggers, and so on. The language allows you to easily interact with the underlying database while providing foundations for iterations, conditionals, and exception handling, or, in short, all the features of a standalone programming language.
Thanks to the DO statement, it is possible to test and run a piece of code as an anonymous block of code. In the next chapters, we will learn how to use the language to implement reusable pieces of code such as functions and procedures.
推薦閱讀
- Mastering Proxmox(Third Edition)
- 輕松學(xué)C#
- 空間機器人遙操作系統(tǒng)及控制
- Mobile DevOps
- 條碼技術(shù)及應(yīng)用
- JMAG電機電磁仿真分析與實例解析
- Prometheus監(jiān)控實戰(zhàn)
- 激光選區(qū)熔化3D打印技術(shù)
- 所羅門的密碼
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 精通ROS機器人編程(原書第2版)
- 從機器學(xué)習(xí)到無人駕駛
- 新世紀(jì)Photoshop CS6中文版應(yīng)用教程
- Intel Edison Projects
- Mastering Microsoft Dynamics 365 Customer Engagement