Search code examples
Converting function from Oracle to PostgreSQL...


oracle-databasepostgresqldatabase-migrationplpgsql

Read More
Triggers are not executed when a field is changed via NEW...


sqlpostgresqltriggersplpgsql

Read More
Passing array to WHERE IN on multiple columns in a function...


sqlarrayspostgresqlplpgsqlsql-function

Read More
Postgresql- trigger to insert and then to truncate table...


postgresqltriggersplpgsql

Read More
Loop on tables with PL/pgSQL in Postgres 9.0+...


postgresqlvariablesloopsplpgsqltablename

Read More
postgresql round half down function...


postgresqlfloating-pointplpgsqlroundingfloating-accuracy

Read More
syntax error when creating an if statement on postgresql function...


plpgsqlpostgresql-14

Read More
Special variable FOUND not set properly?...


postgresqlplpgsql

Read More
How to convert integer[] to jsonb in a PL/pgSQL code block...


sqlpostgresqlplpgsqljsonb

Read More
Store query result in a PL/pgSQL variable...


sqlpostgresqlfunctionplpgsql

Read More
Dynamic SQL (EXECUTE) as condition for IF statement...


postgresqldynamic-sqlplpgsql

Read More
Dynamically generate columns for crosstab in PostgreSQL...


postgresqlpivot-tableplpgsqldynamic-sqlpostgresql-9.1

Read More
Access and return result from INSERT INTO in PL/pgSQL function...


postgresqlplpgsqlset-returning-functionssql-returning

Read More
Incrementing a number in a loop in plpgsql...


sqlpostgresqlincrementplpgsqlpostgresql-8.4

Read More
How to find the first and last occurrences of a specific character inside a string in PostgreSQL...


postgresqlplpgsql

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


postgresqlmonitoringplpgsql

Read More
Can 2 postgresql functions be called in parallel?...


postgresqlplpgsql

Read More
dblink can't update a table on the same database in an after UPDATE trigger...


triggersplpgsqldblinkpostgresql-9.0slony

Read More
Perform action before exception call in Postgres trigger function...


postgresqlexceptiontriggersplpgsql

Read More
PostgreSQL : when using RAISE NOTICE in psql, can I avoid the "NOTICE :" prefix from the o...


postgresqlplpgsqlpsql

Read More
Loop in function does not work as expected...


sqlpostgresqlloopsplpgsqlcommon-table-expression

Read More
Update record of a cursor where the table name is a parameter...


postgresqlsql-updateplpgsqldynamic-sqldatabase-cursor

Read More
How to declare variables and use them to UPDATE each row based on the preceding row(s)...


sqlpostgresqlplpgsqlwindow-functionsdynamic-sql

Read More
How do I drop all invalid indexes in postgres?...


postgresqlindexingplpgsqlreindex

Read More
How to allow mixed integer and numeric parameters in icase...


sqlpostgresqlplpgsql

Read More
Cast value to type (TEXT) using string representation of type ("TEXT")...


sqlpostgresqlpolymorphismplpgsqldynamic-sql

Read More
Find SUM and MAX in custom aggregate function...


sqlpostgresqlplpgsql

Read More
postgres event trigger and function not working...


postgresqlfunctioneventstriggersplpgsql

Read More
concatenate additional text to string variable in pl/pgsql...


postgresqlconcatenationplpgsqldynamic-sql

Read More
How to commit when inserting records by calling Postgres function...


pythonpostgresqlsqlalchemyplpgsql

Read More
BackNext