- 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.
推薦閱讀
- Python爬蟲開發:從入門到實戰(微課版)
- Getting Started with PowerShell
- Java Web應用開發技術與案例教程(第2版)
- BIM概論及Revit精講
- Mastering Apache Storm
- Java Hibernate Cookbook
- Python編程快速上手2
- Java EE基礎實用教程
- 循序漸進Vue.js 3前端開發實戰
- 趣學數據結構
- Mastering Magento Theme Design
- Oracle Database 12c DBA官方手冊(第8版)
- 零基礎入門學習C語言:帶你學C帶你飛
- Mastering Responsive Web Design
- D Cookbook