On Mon, 11 Nov 2002, Murali Mohan Kasetty wrote:
> Hi All,
>
> Is there any tool available for tuning sql statements for
> PostgreySQl.
>
> Any pointers or help would be greatly appreciated.
The most important tool for tuning SQL queries is your mind. :-)
the next most important tool is the documentation. Take a look here:
http://developer.postgresql.org/docs/postgres/performance-tips.html
And the other important tool are the 'explain' and 'explain analyze'
commands.