[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: [PATCH] Add result_types column to pg_prepared_statements view
Date: 2022-05-19 15:34:05
Message-ID: 871qwpo7te.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

I'm not quite sure about the column name, suggestions welcome.

- ilmari

Attachment Content-Type Size
0001-Add-result_types-column-to-pg_prepared_statements-vi.patch text/x-diff 14.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dagfinn Ilmari Mannsåker 2022-05-19 15:39:13 Re: [PATCH] Add result_types column to pg_prepared_statements view
Previous Message Christoph Berg 2022-05-19 15:26:32 Re: 15beta1 crash on mips64el in pg_regress/triggers