Обсуждение: pg_dump on windows

Поиск
Список
Период
Сортировка

pg_dump on windows

От
"dghundt@netzero.net"
Дата:
I pulled up another instance of pgadmin to take a look since the initial instance gave me the windows "not responding"
messageon the title bar. 

In the server status log file I see the following lines right about where my disk and cpu
activity stops and my backup seems to hang.  There are no other reports in the log after these three.

LOG  unexpected EOF on client connection
LOG  unexpected EOF on client connection
LOG  unexpected EOF on client connection

Status tab shows:

user  querey start  querey
postgres 11:35am  copy public.<the name of my large table here>

In locks tab
I see about 30 locks listed all for the same large table
They are all for the same start time of 11:35am
Mode: accessShareLock
Granted: yes.  they all say yes for granted.

Transactions tab: empty

I would appreciate your help.

David
_____________________________________________________________
Need cash? Click to get an emergency loan, bad credit ok
http://thirdpartyoffers.netzero.net/TGL2211/fc/Ioyw6ijlfjASGwOi5szeQR1lqrOYPiuL14vxA33m9QSB4RF5MNIyDc/



Re: pg_dump on windows

От
Andrew Sullivan
Дата:
On Fri, Feb 08, 2008 at 06:30:33PM +0000, dghundt@netzero.net wrote:
>
> LOG  unexpected EOF on client connection
> LOG  unexpected EOF on client connection
> LOG  unexpected EOF on client connection

This means the back end thinks the client disappeared.

What is the probability you have a firewall in between your client and the
server?  Some of them "helpfully" drop the connection after some period of
"inactivity".  Since you're just sitting there waiting for the command to
complete, you look like you have no activity.

> In locks tab
> I see about 30 locks listed all for the same large table
> They are all for the same start time of 11:35am
> Mode: accessShareLock
> Granted: yes.  they all say yes for granted.

If they're all granted, you're not waiting for one.

A