EXPLAIN ANALYZE in batch file

From: michel wildcat <m(dot)wildcat82(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: EXPLAIN ANALYZE in batch file
Date: 2012-05-19 09:02:53
Message-ID: CAMTExRkcLrKHBVmf2W3aMH-C9_0YCDsAqqvYAUyW0CNEU8=wQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hello,
I am working with PostgreSQL 9 in windows (pgAdmin3) and I'm trying to
execute EXPLAIN ANALYZE command on some queries that are
really time consumming. I would like to do it at once and send the
results to a single file.
can anybody help me to solve this please?
thanks

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Marcelo Sena 2012-05-20 02:58:41 Re: sequential explain analyze command execution
Previous Message michel wildcat 2012-05-19 08:20:37 sequential explain analyze command execution