Re: How would I get information regarding update when running for a long time? - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: How would I get information regarding update when running for a long time?
Date
Msg-id 2f4958ff0907220721u7efd6138kd55a4e22e3b0b395@mail.gmail.com
Whole thread Raw
In response to How would I get information regarding update when running for a long time?  (Chris Barnes <compuguruchrisbarnes@hotmail.com>)
List pgsql-general
just use: explain update ...
and see what sort of plan it comes up with.

pgsql-general by date:

Previous
From: groovefillet@gmail.com
Date:
Subject: enabling join_collapse_limit for a single query only
Next
From: tomrevam
Date:
Subject: Re: Checkpoint Tuning Question