Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plpgsql

Getting transactionid(xid) from SQL

Postgresql batch insert or ignore

Can a function detect the trigger event type?

postgresql triggers plpgsql

Array of composite type as stored procedure input

Add element to empty array

postgresql plpgsql

Can I use EXCEPTIONs in a FOR LOOP to force continuation on error?

How to use `RETURN NEXT`in PL/pgSQL correctly?

postgresql plpgsql

How to get execution time in postgres

postgresql plpgsql

Correctly inserting literals in PL/PgSQL EXECUTE dynamic queries

How to remove conditions from WHERE clause if parameters are NULL

sql postgresql null plpgsql

postgresql function: Final statement returns bigint instead of integer

sql postgresql plpgsql

Psycopg2 callproc and sql parameters

python psycopg2 plpgsql

Unescape a string with escaped newlines and carriage returns

PostgreSQL function with duplicate parameters

Possible to use a PostgreSQL TYPE to define a dblink table?

use \set variable inside plpgsql declare block [duplicate]

postgresql plpgsql psql

Pass table to postgreSQL function, execute select statement, return table

Is it possible to create a table with a variable name in PostgreSQL?

sql postgresql plpgsql

PostgreSQL CREATE TEMPORARY TABLE inside a plpgsql function

Return multiple rows from plpgsql function

function postgresql plpgsql