New posts in plpgsql

Store select query's output in one array in postgres

How do I do large non-blocking updates in PostgreSQL?

Return multiple fields as a record in PostgreSQL with PL/pgSQL

PostgreSQL parameterized Order By / Limit in table function

PL/pgSQL checking if a row exists

How to set value of composite variable field using dynamic SQL

Return rows matching elements of input array in plpgsql function

PostgreSQL: ERROR: 42601: a column definition list is required for functions returning "record"

GROUP BY and aggregate sequential numeric values

How to create function that returns nothing

Pass multiple values in single parameter

Define table and column names as arguments in a plpgsql function?

Unnest multiple arrays in parallel

Store query result in a variable using in PL/pgSQL

Truncating all tables in a Postgres database

How to return result of a SELECT inside a function in PostgreSQL?

INSERT with dynamic table name in trigger function

What are '$$' used for in PL/pgSQL

The forgotten assignment operator "=" and the commonplace ":="

Difference between language sql and language plpgsql in PostgreSQL functions