Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plpgsql

Multiple select case in a select query

Evaluation flow of multiple conditions in PostgreSQL

sql postgresql plpgsql

dynamic portion of plpgsql function

sql postgresql plpgsql

Postgres array of objects error `error: could not determine polymorphic type because input has type "unknown"`

PL/pgSQL : can't use variable on the right side of `in` operator

dynamic order by sql postgresql

Conditional WHERE expression in dynamic query

sql postgresql plpgsql

SELECT INTO with SELECT FOR UPDATE in PostgreSQL

To ignore result in BEFORE TRIGGER of PostgreSQL?

Postgres custom function with CASE

sql postgresql case plpgsql

Trigger raising: "ERROR: stack depth limit exceeded"

Add primary key to all tables in database that don't have one yet

postgresql postgis plpgsql

For loops with string in PostgreSQL

postgresql loops plpgsql

Multiple assignments in a single select

Are these two PostgreSQL functions equivalent? (RETURNS TABLE and RETURNS SETOF)

postgresql trigger error control reached end of trigger without RETURN

Easy way to have return type be SETOF table plus additional fields?

PostgreSQL: ERROR: $name$ is not a scalar variable

PostgreSQL: return a select statement in a procedure

Immediate update in PL/pgSQL functions

postgresql plpgsql