Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plpgsql

Check if the row is the last one when looping through result set in PL/pgSQL

postgresql plpgsql

Insert a string into a bytea column

prepared statement - using parameter to specify table name

PostgreSQL function returning an arbitrary type

sql postgresql plpgsql plv8

Setting a PostgreSQL variable from inside a CASE statement

postgresql plpgsql

Referring to session variables (\set var='value') from PL/PGSQL

postgresql scope plpgsql psql

Error in dynamic statement PL/PGSQL (functions and operators can take at most one set argument)

postgresql plpgsql

Macros / Meta-programming in Postgres queries

the cursor for loop in postgresql

postgresql plpgsql

How to solve a error 42883 in Postgres?

PostgreSQL custom week number - first week containing Feb 1st

Creating user with password from variables in anonymous block

Trigger update another table

postgresql triggers plpgsql

Postgres, plpgsql: Is there a way to connect to other DB from inside of a stored procedure?

sql postgresql plpgsql dblink

Find the statement currently running in my PL/pgSQL code block

Dependency Tracking function

Postgresql "invalid end sequence"

CURSOR vs select statement in loop

postgresql plpgsql

Temp table is not a known variable

Declare and return a custom type in PostgreSQL function