- PostgreSQL 11 Server Side Programming Quick Start Guide
- Luca Ferrari
- 102字
- 2021-06-10 19:23:05
Stored Procedures
This chapter introduces the main features that allow us to implement Server-Side Programming. Many PostgreSQL features rely on the ability to execute units of code, and, as already discussed, PostgreSQL provides rich support to different languages and execution environments.
In this chapter, we will learn how to write executable code that can be executed directly on the server, how to package it into stored procedures, and how to manage them. In particular, this chapter will focus on the following topics:
- Functions, procedures, and routines
- How to write, modify, and manage a stored procedure
- How to implement a transaction-aware stored procedure
推薦閱讀
- Hands-On Graph Analytics with Neo4j
- 我的J2EE成功之路
- 現(xiàn)代傳感技術(shù)
- 控制系統(tǒng)計(jì)算機(jī)仿真
- Mastering ServiceNow Scripting
- 空間站多臂機(jī)器人運(yùn)動(dòng)控制研究
- Python:Data Analytics and Visualization
- Hands-On Reactive Programming with Reactor
- Linux嵌入式系統(tǒng)開(kāi)發(fā)
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- 基于敏捷開(kāi)發(fā)的數(shù)據(jù)結(jié)構(gòu)研究
- Photoshop CS5圖像處理入門(mén)、進(jìn)階與提高
- 從零開(kāi)始學(xué)JavaScript
- Web編程基礎(chǔ)