Re: tracking scripts... - Mailing list pgsql-general

From John R Pierce
Subject Re: tracking scripts...
Date
Msg-id 5294E75B.1070307@hogranch.com
Whole thread Raw
In response to Re: tracking scripts...  (Joey Quinn <bjquinniii@gmail.com>)
Responses Re: tracking scripts...  (Joey Quinn <bjquinniii@gmail.com>)
Re: tracking scripts...  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-general
On 11/26/2013 9:24 AM, Joey Quinn wrote:
> When I ran that command (select * from pg_stat_activity"), it returned
> the first six lines of the scripts. I'm fairly sure it has gotten a
> bit beyond that (been running over 24 hours now, and the size has
> increased about 300 GB). Am I missing something for it to tell me what
> the last line processed was?

that means your GUI lobbed the entire file at postgres in a single
PQexec call, so its all being executed as a single statement.

psql -f "filename.sql" dbname   would have processed the queries one at
a time.


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Jesus Rafael Sanchez Medrano
Date:
Subject: Any advantage of using SSL with a certificate of authority?
Next
From: Bruce Momjian
Date:
Subject: Re: Any advantage of using SSL with a certificate of authority?