New posts in plpgsql

DROP FUNCTION without knowing the number/type of parameters?

How do I get the primary key(s) of a table from Postgres via plpgsql?

Returning from a function with OUT parameter

How to pass custom type array to Postgres function

Checking Function Parameter Postgres

Debug PostgreSQL function using pgAdmin

Return setof record (virtual table) from function

Can I make a plpgsql function return an integer without using a variable?

Declare and return value for DELETE and INSERT

Ambiguous function arguments

Record returned from function has columns concatenated

Postgres Dynamic Query Function

PostgreSQL 9.1 pg_restore error regarding PLPGSQL

PostgreSQL function returning multiple result sets

Postgres FOR LOOP

Unnest array by one level

Dynamically generate columns for crosstab in PostgreSQL

PostgreSQL IF statement

Call a set-returning function with an array argument multiple times

Loop over array dimension in plpgsql