pg_prepared_statements missing column - Mailing list pgsql-bugs

From Peter Gigowski
Subject pg_prepared_statements missing column
Date
Msg-id CAM7cJ6XY_PAmx0kGn6U307EKZ+qXDFEBH27WP87-_ygetnBuxQ@mail.gmail.com
Whole thread Raw
Responses Re: pg_prepared_statements missing column
List pgsql-bugs
Hello Devs,

My buddy and I were running through the 15.1 docs today and found the pg_prepared_statements view doesn't include the return_type column like it says it should.

Here is the printout from /d pg_prepared_statements
View "pg_catalog.pg_prepared_statements" Column | Type | Collation | Nullable | Default -----------------+--------------------------+-----------+----------+--------- name | text | | | statement | text | | | prepare_time | timestamp with time zone | | | parameter_types | regtype[] | | | from_sql | boolean | | | generic_plans | bigint | | | custom_plans | bigint | | |

My version:
PostgreSQL 15.1 (Debian 15.1-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit

Link to docs:

I'm not sure exactly what to make of it, but I wanted to submit a ticket.

Thanks for all your hard work!
-PG


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #17686: SELECT pg_advisory_lock(...) with low lock_timeout sometimes times out but the lock is acquired
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.