Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plpgsql

How to use variables in "EXECUTE format()" in plpgsql

PostgreSQL - Continue on unique_violation (plpgsql)

postgresql plpgsql

Transaction inside a plpgsql function [duplicate]

PostgreSQL stored procedure with RETURNS TABLE(id integer) returning all NULLs

sql postgresql plpgsql

PostgreSQL date difference

How to pass a record to a PL/pgSQL function?

How does one report the line on which an error occured in Postgres/plpgsql?

PostgreSQL - RETURNING INTO array

How to declare an array of rowtype in a PostgreSQL function?

Session based global variable in Postgresql stored procedure?

How to return multiple rows from PL/pgSQL function?

postgresql plpgsql

Example use of ASSERT with PostgreSQL

postgresql plpgsql assert

Select multiple rows as array

sql arrays postgresql plpgsql

the use of quote_ident() in a plpgsql function

Create a temp table (if not exists) for use into a custom procedure

What's the easiest way to return a recordset from a PostgreSQL stored procedure?

Writing a function in SQL to loop through a date range in a UDF

sql postgresql plpgsql

PostgreSQL loops outside functions. Is that possible?

What does “LANGUAGE 'plpgsql' VOLATILE” mean?

postgresql plpgsql volatile

Test for null in function with varying parameters