pg_prepared_statements
pg_prepared_statements#
The pg_prepared_statements
view displays all the prepared statements that are available in the current session.
pg_prepared_statements
contains one row for each prepared statement. Rows are added to the view when a new prepared statement is created and removed when a prepared statement is released.
The pg_prepared_statements
view is read only.
Table 1. pg_catalog.pg_prepared_statements
Name |
Type |
Description |
|
---|---|---|---|
|
|
The identifier of the prepared statement |
|
|
|
The query string submitted by the client to create this prepared statement. For prepared statements created via SQL, this is the |
|
|
|
The time at which the prepared statement was created |
|
|
|
The expected parameter types for the prepared statement in the form of an array of |
|
|
|
|