- PostgreSQL Server Programming(Second Edition)
- Usama Dar Hannu Krosing Jim Mlodgenski Kirk Roybal
- 122字
- 2021-07-23 20:36:50
Summary
Writing functions in PostgreSQL is an extremely powerful tool. PostgreSQL functions provide the ability to add functionality to the database core, in order to increase performance, security, and maintainability.
These functions can be written in just about any language that is available to the open source community and several that are proprietary. If the language that you want to write them in is not available, it can be made available quickly and easily through a very robust and complete compatibility layer. In this chapter, we only looked at PL/pgSQL functions.
In the next chapter, we will focus more on PL/pgSQL functions, and take a look at the different ways in which data can be returned using OUT
parameters and return values.
推薦閱讀
- 從零開始構建企業級RAG系統
- PHP 7底層設計與源碼實現
- AngularJS Web Application Development Blueprints
- JavaScript+jQuery開發實戰
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Java程序員面試筆試寶典(第2版)
- Test-Driven JavaScript Development
- Python開發基礎
- JavaEE架構與程序設計
- Web開發新體驗
- JavaScript程序設計基礎教程(慕課版)
- Swift從入門到精通 (移動開發叢書)
- 深入理解MySQL主從原理
- Unity AI Game Programming(Second Edition)
- Visual FoxPro程序設計