Search code examples
supabase group by and populate foreign key function...


postgresqlplpgsqlsupabase

Read More
PostgreSQL cannot begin/end transactions in PL/pgSQL...


postgresqlstored-procedurestransactionsplpgsqlpostgresql-9.2

Read More
How to design a transaction that calls nested functions and only commits if all called nested functi...


sqlpostgresqlplpgsqlsupabase

Read More
PostgreSQL: Drop a function without parameters...


sqldatabasepostgresqlplpgsqldrop

Read More
Output PGSQL commands from inside of an anonymous block to a SQL file...


postgresqlplpgsql

Read More
PostgreSQL: Checking for NEW and OLD in a function for a trigger...


postgresqlplpgsqldatabase-triggerpostgresql-9.5

Read More
How to return a table's rowtype plus an additional column from a function?...


postgresqlplpgsqlreturn-typeset-returning-functions

Read More
Table name as a PostgreSQL function parameter...


functionpostgresqlplpgsqldynamic-sqlidentifier

Read More
Is SELECT or INSERT in a function prone to race conditions?...


sqlpostgresqlconcurrencyplpgsqlupsert

Read More
Create a temporary table in Redshift using a JSON string format parameter...


sqlpostgresqlamazon-redshiftplpgsql

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


postgresqlpivot-tableplpgsqldynamic-sqlpostgresql-9.1

Read More
Dynamic sql in plpgsql procedure with unknown number of bound variables...


postgresqlplpgsqldynamic-sql

Read More
Make dynamic INSERT inside function more readable...


postgresqluser-defined-functionsplpgsqldynamic-sql

Read More
How to create guid in PostgreSQL...


postgresqlplpgsqlguid

Read More
How to use $$ as string value inside pl/pgsql...


postgresqlplpgsql

Read More
Is there a workaround to importing foreign schema's functions in postgres...


sqlpostgresqlplpgsql

Read More
PostgreSQL custom week number - first week containing Feb 1st...


postgresqlcustomizationplpgsqlsql-functionweek-number

Read More
Query returned more than one row from INSERT ... RETURNING in function...


sqlpostgresqlplpgsql

Read More
'column reference "id" is ambiguous' error on function call that uses RETURNING...


sqlpostgresqlplpgsqlsql-function

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


postgresqlplpgsqlspring-testspring-boot-test

Read More
Loop with many DELETEs not finishing even though the statements complete OK...


sqlpostgresqlplpgsqlsql-deletedynamic-sql

Read More
Postgres cursor is not taking multiple parameters...


postgresqlcursorplpgsql

Read More
How to enable plpython3u on macOS?...


postgresqlmacosplpgsql

Read More
Output result set in a PL/pgSQL script...


postgresqlplpgsqlresultset

Read More
Does postgres-nodejs support pl/pgsql block code?...


javascriptnode.jspostgresqlexpressplpgsql

Read More
How to list tables of specific database and sort them by size with PostgreSQL?...


databasepostgresqlplpgsql

Read More
Passing a date to a function gives conversion to integer error...


postgresqlfunctionplpgsql

Read More
Syntax error in PL/pgSQL function with dynamic SQL...


sqlpostgresqlwhere-clauseplpgsqldynamic-sql

Read More
Wrap PostgreSQL functions in another to conditionally combine results...


sqlpostgresqlfunctionjoinplpgsql

Read More
Avoid multiple calls on same function when expanding composite result...


sqlpostgresqlquery-optimizationplpgsql

Read More
BackNext