Stored procedure

postgresql
function
stored-procedure
sql
SQL 函數與 Stored Procedure:PostgreSQL 函數生態系統完全指南 | PostgreSQL
函數(Function) 與 Stored Procedure 是 PostgreSQL 中封裝可重用邏輯的核心機制。...
2026/07/02

postgresql
plpgsql
stored-procedure
function
PL/pgSQL 程式語言:PostgreSQL 伺服器端程式設計完全指南 | PostgreSQL
PL/pgSQL 是 PostgreSQL 內建的過程化語言(Procedural Language),讓你在資料庫伺服器端撰寫複雜的業務邏輯。它結合了 ...
2026/07/01