Re: [PERFORM] Discovering the most searched values for a field

2012-01-23 Thread alexandre - aldeia digital
Em 13-01-2012 17:08, Josh Berkus escreveu: On 1/13/12 10:08 AM, alexandre - aldeia digital wrote: Hi, Is there a simple way (or a tool) to discover the most searched values in a field from a table ? In the pg_stats, I can see the most common values generated by ANALYZE, but I want to know how

Re: [PERFORM] Discovering the most searched values for a field

2012-01-13 Thread Josh Berkus
On 1/13/12 10:08 AM, alexandre - aldeia digital wrote: > Hi, > > Is there a simple way (or a tool) to discover the most searched values > in a field from a table ? > > In the pg_stats, I can see the most common values generated by ANALYZE, > but I want to know how many queries are using this valu