Re: How would I get information regarding update when running for a long time?

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: Chris Barnes <compuguruchrisbarnes(at)hotmail(dot)com>
Cc: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How would I get information regarding update when running for a long time?
Date: 2009-07-22 14:21:16
Message-ID: 2f4958ff0907220721u7efd6138kd55a4e22e3b0b395@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

just use: explain update ...
and see what sort of plan it comes up with.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Pasher 2009-07-22 16:24:41 Re: Best practices for moving UTF8 databases
Previous Message tomrevam 2009-07-22 14:19:30 Re: Checkpoint Tuning Question