Hi all,<br /><br />I have ran a update query on a dataset which has about 48 million records and the query is already
runningfor the third day....im so tempted to the kill this query now....is there a way to know if the query is
running??<br />here is the query i've ran<br /><br />UPDATE ma SET av=to_tsvector('default',coalesce(name_first,'') ||'
'||coalesce(name_last,''));<br clear="all" /><br /><br />Thanks,<br />Sumeet