Thread: Re: [ADMIN] Backend Error

Re: [ADMIN] Backend Error

From
Sameer Anja
Date:
Hi-

some more info...
this is postgres 6.5 on Redhat linux 6.1.. installed
through RPMs

-sam

--- Sameer Anja <samee07@yahoo.com> wrote:
> Hi-
>
> I get the following error when trying to access data
> from a text field. The contents are huge and
> postgres
> does not crash, but my query is aborted...
>
> Backend message type 0x44 arrived while idle
>
> -sam
> The full err is as below...
>
> fsdkfs
> \.
> pqWait() -- connection not open
> PQendcopy: resetting connection
> SQL query to dump the contents of Table 'msgrply'
> did
> not execute correctly.  After we read all the table
> contents from the backend, PQendcopy() failed.
> Explanation from backend: 'pqWait() -- connection
> not
> open
> '.
> The query was: 'COPY "msgrply" TO stdout;
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> ************
>
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Postgresql Limits with PHP query

From
"Daniele Medri"
Date:
Hi,
i'm not updated about latest versions of Postgresql, but this is my
question:

I use postgresql on web based applications with php.
Are there limits again over 8k for query submit?

I remember that putting a big text (over 8k) i receive errors.. and someone
tell me to re-compile from sources with some changes.
I think that this isn't a very good solutions.. and i wanna know your
opinions on it.

Thank for all.

Daniele Medri