Re: [BUGS] Broken Pipe Error

2012-04-25 Thread Kevin Grittner
snehal maniyar wrote: > I have 2 databases for single user . > Both these databases connect to 2 different applications. > > Configuration for one database is set to maximum 30 connections. > Other database is not configured for maximum allowed connections > explicitly. > > Now, I receive a brok

[BUGS] Broken Pipe Error

2012-04-25 Thread snehal maniyar
I have 2 databases for single user . Both these databases connect to 2 different applications. Configuration for one database is set to maximum 30 connections. Other database is not configured for maximum allowed connections explicitly. Now, I receive a broken pipe error for the application with

Re: [BUGS] broken pipe

2000-05-11 Thread Tom Lane
Peter Landis <[EMAIL PROTECTED]> writes: > but when restoring the database on the new server > using the following command > cat dbname.pgdump | psql dbname > It generates the some of the tables and then somewhere > in the middle of the process of restoreing the db I > get the following error mes

[BUGS] broken pipe

2000-05-11 Thread Peter Landis
I'm currently backing up my db to be transfered from one server to another. I backed up the db using the % pg_dump dbname > dbname.pgdump but when restoring the database on the new server using the following command cat dbname.pgdump | psql dbname It generates the some of the tables and then so