Search code examples
How to programmatically check if row is deletable?...

sqlpostgresqldatabase-designplpgsqlsql-delete

Read More
Repeated execution of PL/pgSQL function triggers error "could not open relation with OID ...&qu...

postgresqlplpgsqlpostgresql-copy

Read More
How to show full definition of function or procedure?...

databasepostgresqlstored-proceduresplpgsqlfunction-definition

Read More
Function returning a table for given table and column names...

sqlpostgresqlplpgsqldynamic-sql

Read More
Type error while looping through array in PL/pgSQL...

arraysdatabasepostgresqlforeachplpgsql

Read More
Column doesn't exist when using WITH statement PostgreSQL...

sqlpostgresqlplpgsqlcolumn-alias

Read More
Query string argument of EXECUTE is null...

databasepostgresqlplpgsqlpsqldynamic-sql

Read More
postgresql cannot open INSERT query as cursor...

databasepostgresqlfunctioninsertplpgsql

Read More
Pl/pgSQL there is no parameter $1 in EXECUTE statement...

databasepostgresqlfunctionplpgsql

Read More
building a trigger function to process json data with postgres...

jsonpostgresqltriggersaggregate-functionsplpgsql

Read More
Unnest array by one level...

arrayspostgresqlplpgsql

Read More
Postgres: limit by the results of a sum function...

sqlpostgresqlaggregate-functionsplpgsqlcommon-table-expression

Read More
How do I get the primary key(s) of a table from Postgres via plpgsql?...

sqlpostgresqlplpgsql

Read More
Locking write operations on tables while Postgres procedure executes...

databasepostgresqlconcurrencylockingplpgsql

Read More
PostgreSQL trigger not working - neither BEFORE nor AFTER DELETE...

postgresqltriggersplpgsql

Read More
Error calling procedure in posgres "No procedure matches the given name and argument types. You...

databasepostgresqlstored-procedurescastingplpgsql

Read More
How to use parametrized query with variable in PL/pgSQL?...

postgresqlplpgsql

Read More
How do I pass JSON to a Postgres COPY tmp FROM PROGRAM command...

postgresqljqplpgsqlpostgresql-copy

Read More
How do you use LIKE query for enum in rails?...

ruby-on-railsrubyplpgsqlpg-search

Read More
Using pg_notify in PostgreSQL trigger function...

databasepostgresqltriggersnotificationsplpgsql

Read More
postgres- plsql function to get rows counts for specific columns with null data...

sqlpostgresqlplpgsql

Read More
Getting the query plan for statements inside a stored procedure in PostgreSQL...

postgresqlamazon-rdsplpgsql

Read More
How to force COMMIT inside function so other sessions can see updated row?...

postgresqlstored-procedurestransactionsplpgsqltask-queue

Read More
Analog for table-variable in postgres...

postgresqlplpgsql

Read More
Function output is comma separated string instead of columns...

postgresqlplpgsql

Read More
Discount accumulated negative sum from column...

sqlpostgresqlaggregate-functionsplpgsqlwindow-functions

Read More
Passing multiple values in single parameter...

sqlpostgresqlparameter-passingplpgsql

Read More
Macros / Meta-programming in Postgres queries...

sqlpostgresqlplpgsqldynamic-sql

Read More
Using TG_TABLE_NAME in postgresql trigger function in a SELECT query...

postgresqlfunctiontriggersplpgsqlpostgresql-16

Read More
Function to encapsulate lookup logic...

sqlpostgresqlplpgsqlwindow-functions

Read More
BackNext