Re: [PATCH] Add result_types column to pg_prepared_statements view - Mailing list pgsql-hackers

From Dagfinn Ilmari Mannsåker
Subject Re: [PATCH] Add result_types column to pg_prepared_statements view
Date
Msg-id 87y1yxmt0e.fsf@wibble.ilmari.org
Whole thread Raw
In response to [PATCH] Add result_types column to pg_prepared_statements view  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List 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



pgsql-hackers by date:

Previous
From: Dagfinn Ilmari Mannsåker
Date:
Subject: [PATCH] Add result_types column to pg_prepared_statements view
Next
From: Tom Lane
Date:
Subject: Re: 15beta1 crash on mips64el in pg_regress/triggers