Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Prevent and/or detect cycles in postgres

Create a function declaring a predefined text array

How to roll back a transaction on error in PostgreSQL?

Embed python/dsl for scripting in an PHP web application

php python dsl plpgsql

Stored Procedures in Python for PostgreSQL