Search code examples
after insert trigger to find longest prefix to each line is very slow...

postgresqlperformancetriggersplpgsql

Read More
PL/pgSQL transaction behavior when function calls another...

plpgsql

Read More
find LCOM metric (all pairs of a class's methods that are not related)...

postgresqlplpgsql

Read More
CREATE FUNCTION statement in an IF block throws error, while running on its own works...

postgresqlplpgsqlddldollar-quoting

Read More
Dynamic SQL and SQL injection...

postgresqlplpgsqlsql-injectiondynamic-sql

Read More
PLPGSQL: Query JSONB Array size...

postgresqlplpgsql

Read More
Pgsql return from second table even if no record exist...

sqlpostgresqlplpgsql

Read More
How to return a value from a stored procedure (not function)?...

postgresqlstored-proceduresparameter-passingplpgsql

Read More
update if row with some unique value exists, else insert...

postgresqltriggersplpgsql

Read More
Temporary table does not seem to get created inside SQL function?...

sqlpostgresqlplpgsqlpostgresql-14

Read More
UPDATE ... FROM ... inside trigger function not working as expected?...

sqlpostgresqltriggerssql-updateplpgsql

Read More
PL/PGSQL trigger how to detect if a column is provided in the SQL statement on UPDATE?...

postgresqltriggersplpgsql

Read More
Returning multiple rows manufactured in a LOOP in Postgres 14.7 stored function...

postgresqlloopsplpgsqlresultset

Read More
check constraints vs. triggers while both of them written in PLPg/SQL...

postgresqltriggersplpgsqlcheck-constraints

Read More
Executing a query created by another query...

postgresqlplpgsqldynamic-sql

Read More
SQL Sub queries in check constraint...

postgresqlforeign-key-relationshipplpgsqlcheck-constraints

Read More
How to create "CONSTRAINT TRIGGER" Postgres on BEFORE event...

postgresqlplpgsql

Read More
after update trigger not firing based on condition in postgres...

postgresqlplpgsql

Read More
PostgreSQL Function returning result set from dynamic tables names...

sqlpostgresqlfunctionplpgsql

Read More
How to iterate over results of query...

sqlpostgresqlplpgsql

Read More
How to get SQL text from Postgres event trigger...

postgresqltriggersplpgsql

Read More
Apply `trim()` and `regexp_replace()` on text array...

arrayspostgresqlplpgsqltrim

Read More
Using the now() function and executing triggers...

postgresqltriggerstimestampinfinite-loopplpgsql

Read More
postgresql: syntax error at or near "IF" why?...

postgresqlplpgsql

Read More
Weird now() time difference with Postgres triggers...

postgresqltransactionstimestampsequelize.jsplpgsql

Read More
How to parameterize parametric column type in PostgreSQL `execute format()`?...

postgresqlplpgsql

Read More
why is postgresql considering this subquery column-name not fully qualified and ambiguous...

sqlpostgresqlplpgsqlambiguity

Read More
How to simplify running a function if it exists, falling back on other code?...

postgresqlplpgsql

Read More
How to pass NEW.* to EXECUTE in trigger function...

postgresqltriggersplpgsqldynamic-sql

Read More
Postgres execute dynamic anonymous block in an anonymous block...

postgresqlplpgsql

Read More
BackNext