Re: [PATCH] Add result_types column to pg_prepared_statements view
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-05-19T15:39:13Z
Lists: pgsql-hackers
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> writes: > Hi hackers, > > Prompted by a question on IRC, here's a patch to add a result_types > column to the pg_prepared_statements view, so that one can see the types > of the columns returned by a prepared statement, not just the parameter > types. Added to the 2022-07 commitfest: https://commitfest.postgresql.org/38/3644/ - ilmari
Commits
-
Add result_types column to pg_prepared_statements view
- 84ad713cf85a 16.0 landed
-
In RowDescription messages, report columns of domain datatypes as having
- d9b679c13a82 7.4.1 cited