Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plpgsql

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

in plpgsql, how to exit from a function returning records

postgresql plpgsql

Passing a ResultSet into a Postgresql Function

How to get a pg_notify notification for every inserted row in postgres?

postgresql triggers plpgsql

How to run plpgsql without creating a function?

postgresql plpgsql

Postgres 9.2 PL/pgSQL simple update in loop

Execute multiple functions together without losing performance

How to report progress from long-running PostgreSQL function to client

How to use variable as table name in plpgsql