On Thu, Feb 23, 2006 at 10:44:38AM -0500, Vivek Khera wrote: > > On Feb 23, 2006, at 8:47 AM, Ragnar wrote: > > >select * from pg_stat_user_indexes ; > > which level of stats do I need to enable this? block level or row > level or both?
Either-or, AFAIK. Block level will present less load on the system. -- Jim C. Nasby, Sr. Engineering Consultant [EMAIL PROTECTED] Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match