Search code examples
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
Can I create and access a table in the same SQL function?...


postgresqlfunctionplpgsql

Read More
Why can PL/pgSQL functions have side effect, while SQL functions can't?...


sqlpostgresqlfunctionplpgsql

Read More
How to prevent 'invalid input syntax for type json' in Postgres, when records contain a mix ...


jsonpostgresqlplpgsql

Read More
How to return a set of composite type without cast in PL/pgSQL?...


postgresqlplpgsql

Read More
Avoid checks for each row, replace query by function?...


sqlpostgresqlplpgsqlsql-optimization

Read More
Postgresql 8.4 update query syntax error in plpgsql function...


postgresqlplpgsqlpostgresql-8.4

Read More
Declare variable set = select...


postgresqlvariablessetplpgsqldeclare

Read More
Invalid input syntax for integer POSTGRESQL...


postgresqlplpgsql

Read More
Stored procedure with inserts to two related tables failing on foreign key constraint...


postgresqlstored-proceduresplpgsql

Read More
PostgreSQL PL/pgSQL random value from array of values...


arrayspostgresqlrandomplpgsqlpostgresql-9.2

Read More
How can I optimize case statement with similar condition in PostgreSQL?...


postgresqlplpgsql

Read More
PL/pgSQL - %TYPE and ARRAY...


postgresqlplpgsql

Read More
How to generate an array of given size, with one field populated?...


arrayspostgresqlpolymorphismplpgsql

Read More
How do I get the type of an array's elements?...


arrayspostgresqlpolymorphismplpgsqlpostgresql-9.4

Read More
How to extract file extension from filepath field in PostgreSQL?...


postgresqlfileplpgsqlfile-extensionphp-pgsql

Read More
BackNext