Add result_types column to pg_prepared_statements view
Peter Eisentraut <peter@eisentraut.org>
Add result_types column to pg_prepared_statements view Containing the types of the columns returned by the prepared statement. Prompted by question from IRC user mlvzk. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://www.postgresql.org/message-id/flat/871qwpo7te.fsf@wibble.ilmari.org
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +12 −0 |
| src/backend/commands/prepare.c | modified | +14 −5 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +3 −3 |
| src/test/regress/expected/prepare.out | modified | +36 −36 |
| src/test/regress/expected/rules.out | modified | +2 −1 |
| src/test/regress/sql/prepare.sql | modified | +6 −6 |
Documentation touched
Discussion
- [PATCH] Add result_types column to pg_prepared_statements view 8 messages · 2022-05-19 → 2022-07-05