怎么解决这以下这个问题
用SHELL调存储过程时,出现以下
>postgres[30391]: [6-1] LOG:  could not send data to client: Broken pipe
>postgres[30391]: [6-1] LOG:  unexpected EOF on client connection

解决方案 »

  1.   

    升级吧
    http://bbs.chinaunix.net/thread-144916-1-1.html
      

  2.   

    看看这里吧。
    http://www.issociate.de/board/post/21688/Troubleshoot_%22unexpected_EOF_on_client_connection%22.html
      

  3.   

    /usr/local/pgsql/bin/psql -d dbname -U usertest -c 'SELECT deltable();' -o test.log
    运行时断在这里
    一看log就是什么管道中断了
    could   not   send   data   to   client:   Broken   pipe