
PostgreSQL: The world's most advanced open source database
2 days ago · PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature …
Downloads - PostgreSQL
Nov 13, 2025 · Downloads PostgreSQL Downloads PostgreSQL is available for download as ready-to-use packages or installers for various platforms, as well as a source code archive if …
Documentation - PostgreSQL
Nov 13, 2025 · Looking for documentation for an older, unsupported, version? Check the archive of older manuals.
Chapter 41. PL/pgSQL — SQL Procedural Language - PostgreSQL
Nov 13, 2025 · PL/pgSQL — SQL Procedural Language Table of Contents 41.1. Overview 41.1.1. Advantages of Using PL/pgSQL 41.1.2. Supported Argument and Result Data Types 41.2. …
PostgreSQL 18.1 Documentation
Nov 13, 2025 · 41. PL/pgSQL — SQL Procedural Language 42. PL/Tcl — Tcl Procedural Language 43. PL/Perl — Perl Procedural Language 44. PL/Python — Python Procedural …
PostgreSQL: Documentation: 18: 41.1. Overview
Nov 13, 2025 · With PL/pgSQL you can group a block of computation and a series of queries inside the database server, thus having the power of a procedural language and the ease of …
About - PostgreSQL
Nov 13, 2025 · Stored functions and procedures Procedural Languages: PL/pgSQL, Perl, Python, and Tcl. There are other languages available through extensions, e.g. Java, JavaScript (V8), …
PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 Released!
May 8, 2025 · For more details, please see the release notes. Links Download Release Notes Security Versioning Policy Donate If you have corrections or suggestions for this release …
PostgreSQL wiki
Oct 23, 2025 · Welcome to the PostgreSQL Wiki! This wiki contains user documentation, how-tos, and tips 'n' tricks related to PostgreSQL. It also serves as a collaboration area for PostgreSQL …
PostgreSQL: Documentation: 17: E.8. Release 17
Nov 13, 2025 · E.8.3.6. PL/pgSQL # Allow plpgsql %TYPE and %ROWTYPE specifications to represent arrays of non-array types (Quan Zongliang, Pavel Stehule) § Allow plpgsql %TYPE …