Re: [PATCH] Add result_types column to pg_prepared_statements view

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add result_types column to pg_prepared_statements view
Date: 2022-05-19 15:39:13
Message-ID: 87y1yxmt0e.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)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

In response to

Browse pgsql-hackers by date

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