Robuta

https://doxygen.postgresql.org/pl__handler_8c.html PostgreSQL Source Code: src/pl/plpgsql/src/pl_handler.c File Reference source codepostgresqlsrcplhandler https://doxygen.postgresql.org/structPLpgSQL__stmt__exit.html PostgreSQL Source Code: PLpgSQL_stmt_exit Struct Reference source codepostgresqlplpgsqlstmtexit https://commitfest.postgresql.org/patch/5364/ Using Expanded Objects other than Arrays from plpgsql usingexpandedobjectsarraysplpgsql https://doxygen.postgresql.org/structPLpgSQL__stmt__fori.html PostgreSQL Source Code: PLpgSQL_stmt_fori Struct Reference source codepostgresqlplpgsqlstmtfori https://doxygen.postgresql.org/structPLpgSQL__condition.html PostgreSQL Source Code: PLpgSQL_condition Struct Reference source codepostgresqlplpgsqlconditionstruct https://doxygen.postgresql.org/pl__exec_8c.html PostgreSQL Source Code: src/pl/plpgsql/src/pl_exec.c File Reference source codepostgresqlsrcplexec https://commitfest.postgresql.org/patch/5974/ When deleting the plpgsql function, release the CachedPlan of the function deletingplpgsqlfunctionrelease https://commitfest.postgresql.org/patch/4581/ Various small unrelated doc patches: plpgsql, schemas, permissions, oidvector varioussmallunrelateddocpatches https://okbob.blogspot.com/2014/08/lot-of-fixes-in-plpgsqlcheck.html Pavel Stehule's blog: lot of fixes in plpgsql_check s blogpavellotfixesplpgsql https://coverage.postgresql.org/src/pl/plpgsql/src/pl_handler.c.gcov.html LCOV - PostgreSQL 19devel - src/pl/plpgsql/src/pl_handler.c lcovpostgresqlsrcplhandler https://gist.github.com/dlangille/3f464ac2537028f0602551f1bf4db2ba I have this query in a plpgsql function, and I want to discard the result set, and I think I need... I have this query in a plpgsql function, and I want to discard the result set, and I think I need to do that via PERFORM. - query https://coverage.postgresql.org/src/pl/plpgsql/src/pl_gram.c.gcov.html LCOV - PostgreSQL 19devel - src/pl/plpgsql/src/pl_gram.c lcovpostgresqlsrcplgram https://commitfest.postgresql.org/patch/412/ plpgsql - possibility to get element or array type for referenced variable type to getplpgsqlpossibilityelement