On Tue, Sep 8, 2009 at 11:38 PM, vyou zhi <vyou...@gmail.com> wrote:
> hi all:
>
> i use Python and PyGreSQL to link  PostgreSQL
> but the Python give me the error
>
> the error here :
> --------------------------------------------
> ...
> 95
> 93
> 95
> 97
> 94
> 96
> 94
> message type 0x43 arrived from server while idle
> message type 0x5a arrived from server while idle
> INSERT INTO  code (stock_name ,stock_code)values('bbbbb','bbbbb')
>
> 95
> 93
> 92
> 93
> 99
> --------------------------------------------
>
> and the PostgreSQL log error like here
>
> -------------------------------------------
> ...
> LOG:  unexpected EOF on client connection

This sounds like a bug in PyGreSQL.  Maybe it's not following the FE
protocol correctly?

...Robert

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to