You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the method pg_stat_statements_reset(userid Oid, dbid Oid, queryid bigint) that discards statistics by userid, dbid and queryid, is it also possible to support this feature on a new method pg_store_plans_reset(userid Oid, dbid Oid, queryid bigint)?
Thanks and best regards,
Bruno
The text was updated successfully, but these errors were encountered:
Hi,
Similar to the method pg_stat_statements_reset(userid Oid, dbid Oid, queryid bigint) that discards statistics by userid, dbid and queryid, is it also possible to support this feature on a new method pg_store_plans_reset(userid Oid, dbid Oid, queryid bigint)?
Thanks and best regards,
Bruno
The text was updated successfully, but these errors were encountered: