About 39,400 results
Open links in new tab
  1. Chapter 41. PL/pgSQL — SQL Procedural Language - PostgreSQL

    Executing a Command with a Single-Row Result. 41.5.4. Executing Dynamic Commands.

  2. PL/pgSQL Tutorial

    You'll learn how to use the PL/pgSQL procedure language to create reusable functions and stored procedures in PostgreSQL

  3. PL/pgSQL - Wikipedia

    PL/pgSQL (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS. It …

  4. PostgreSQL: Documentation: 18: 41.1. Overview

    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 …

  5. Introduction to PostgreSQL PL/pgSQL - GeeksforGeeks

    Jul 23, 2025 · PL/pgSQL is a powerful procedural language for PostgreSQL that extends SQL functionality. It simplifies CRUD …

  6. PL/pgSQL Tutorial - w3resource

    Apr 8, 2026 · PL/pgSQL (Procedural Language/PostgreSQL) is a loadable procedural programming language supported by the …

  7. PL/pgSQL CASE - pgtutorial.com

    In this tutorial, you'll learn how to use the PL/pgSQL CASE statement to execute a block of code based on conditions.

  8. PostgreSQL PL/pgSQL - neon.com

    In this section, you will learn how to develop user-defined functions and stored procedures in PostgreSQL using PL/pgSQL …

  9. PostgreSQL Tutorial - W3Schools

    In this tutorial you get a step by step guide on how to install and create a PostgreSQL database. You will learn how to create a …

  10. Documentation: 18: Chapter 41. PL/pgSQL - PostgreSQL

    Executing a Command with a Single-Row Result. 41.5.4. Executing Dynamic Commands.