diff options
Diffstat (limited to 'doc/src/sgml/pgstatstatements.sgml')
-rw-r--r-- | doc/src/sgml/pgstatstatements.sgml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/sgml/pgstatstatements.sgml b/doc/src/sgml/pgstatstatements.sgml index 7baa07dcdbf..d753de5836e 100644 --- a/doc/src/sgml/pgstatstatements.sgml +++ b/doc/src/sgml/pgstatstatements.sgml @@ -556,6 +556,24 @@ <row> <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>generic_plan_calls</structfield> <type>bigint</type> + </para> + <para> + Number of times the statement has been executed using a generic plan + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>custom_plan_calls</structfield> <type>bigint</type> + </para> + <para> + Number of times the statement has been executed using a custom plan + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> <structfield>stats_since</structfield> <type>timestamp with time zone</type> </para> <para> |