Search code examples
How to find if a function exists in PostgreSQL?...


functionpostgresqlplpgsql

Read More
Count not-null columns in row...


regexpostgresqlfunctionnullplpgsql

Read More
Postgres plpgsql with PERFORM data-modifying CTE queries...


postgresqlplpgsqlcommon-table-expression

Read More
Spring test @Sql throws "Unterminated dollar quote started ... Expected terminating $$"...


postgresqlplpgsqlspring-testspring-boot-test

Read More
What does "LANGUAGE plpgsql VOLATILE COST 100" mean in functions...


postgresqltriggersplpgsql

Read More
Why is IS NOT NULL false when checking a row type?...


postgresqlnullrowplpgsql

Read More
Select from a table variable...


postgresqlplpgsqlpostgresql-9.2

Read More
CRC32 function with PL/pgSQL...


postgresqlplpgsqlcrccrc32

Read More
Does Postgresql plpgsql/sql support short circuiting in the where clause?...


sqlpostgresqlplpgsql

Read More
How do I enforce uniqueness across parent and child tables without denormalizing my data?...


postgresqldatabase-designplpgsql

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


postgresqlpivot-tableplpgsqldynamic-sqlpostgresql-9.1

Read More
How to perform a select query in a DO block?...


sqlpostgresqlplpgsqlpostgresql-9.1generate-series

Read More
Using a script variable to generate a stored procedure in Postgresql...


sqlpostgresqlplpgsqlpostgresql-15

Read More
Create a function to get column from multiple tables in PostgreSQL...


postgresqlplpgsql

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


postgresqltriggersplpgsqldynamic-sql

Read More
Escape function for regular expression or LIKE patterns...


regexpostgresqlescapingplpgsql

Read More
Catch pg_cancel_backend in plpgsql...


postgresqlplpgsql

Read More
Record returned from function has columns concatenated...


sqlpostgresqljoinplpgsqlset-returning-functions

Read More
PostgreSQL: Does an EXCEPTION block automatically release its subtransaction after finishing?...


postgresqlplpgsql

Read More
Can a Postgres Commit Exist in Procedure that has an Exception Block?...


postgresqlstored-proceduresplpgsqlpostgresql-11

Read More
PostgreSQL table variable...


sqlpostgresqlplpgsqltable-variable

Read More
Why is this PostgreSQL function throwing an exception, and how can I tell which input is?...


postgresqlplpgsql

Read More
Examine if one time series column of table has two adjacent time points which have interval larger t...


sqlpostgresqlplpgsql

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


sqlpostgresqlfunctionplpgsql

Read More
How to check, if a value is an integer with plpgsql?...


sqldatabasepostgresqlplpgsql

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


sqlpostgresqlpolymorphismplpgsqldynamic-sql

Read More
Variables interpreted as values in transaction...


postgresqlplpgsql

Read More
How to analyze query with parameters in Postgres...


postgresqlplpgsql

Read More
How invoke PL/pgSQL from command line instead of SQL...


postgresqlplpgsql

Read More
How to assign selected values from a table to specific variables in Pl/pgSQL?...


postgresqlvariable-assignmentplpgsqldynamic-sql

Read More
BackNext