public inbox for [email protected]  
help / color / mirror / Atom feed
From: David Johnston <[email protected]>
To: [email protected]
Subject: Re: pg_dump hangs
Date: Mon, 24 Feb 2014 12:52:43 -0800 (PST)
Message-ID: <[email protected]> (raw)
In-Reply-To: <!&!AAAAAAAAAAAYAAAAAAAAAE8q5Jcv4mJImRanr8cGRrPCgAAAEAAAAKS82XQdr8hPidvHpRf91ZwBAAAAAA==@email.cz>
References: <!&!AAAAAAAAAAAYAAAAAAAAAE8q5Jcv4mJImRanr8cGRrPCgAAAEAAAAKS82XQdr8hPidvHpRf91ZwBAAAAAA==@email.cz>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

Holec wrote
> Hi All,
>  
> On clear Windows XP pro and clear Windows 7 pro pg_dump hangs after
> creation backup file. (backup file is successfully created)
> Clear Win I mean after install with vc redist 2010 only.
>  
> Problem is in pg_dump 9.3.2. and 9.3.3 only.
> My testing was in  Oracle VM Virtual box and erlier versions pg_dump from
> 9.2 to 8.3 has no problem.
>  
> My tests was with cmd:
> SET PGPASSWORD=***
> pg_dump.exe -i -h 192.168.0.2 -p 5432 -U backup -Fc -b -v -f file.backup
> mydb
>  
> But tests with DB on localhost was no problem.
>  
> Pavel

First, this should have been posted to -general or, if you really feel
strongly about it, -bugs.  Not sure why you thought to post it to -docs... I
recommend re-posting to -general along with adding additional information.

The specific information you should include would be any rows from
"pg_stat_activity" that show activity; especially any that appear to belong
to the pg_dump process.  Depending on what activity is reported the
information returned from "pg_locks" may also prove helpful.

A couple of observations:

"-i" is deprecated (since at least 8.4)...
"-b" is only needed for selective dumps...
"-v" you've turned on verbose mode - maybe include the last handful of
output lines in your complaint...

Given the apparent testing of different versions of PostgreSQL you should
also provide the pairing of pg_dump and postgres that you are using (or
confirm they are the same).

David J.




--
View this message in context: http://postgresql.1045698.n5.nabble.com/pg-dump-hangs-tp5793304p5793389.html
Sent from the PostgreSQL - docs mailing list archive at Nabble.com.


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs




view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pg_dump hangs
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox