ossc-db / pg_store_plans

Store execution plans like pg_stat_statements does for queries.
http://ossc-db.github.io/pg_store_plans/
Other
53 stars 26 forks source link

Support pg_store_plans_reset(userid Oid, dbid Oid, queryid bigint) #22

Open bmiranda84 opened 2 years ago

bmiranda84 commented 2 years ago

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