Re: I am facing a difficult problem.. - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: I am facing a difficult problem..
Date
Msg-id 36FF1CC9.3DE5BE66@flex.ro
Whole thread Raw
Responses Re: [INTERFACES] Re: I am facing a difficult problem..  (Adam Haberlach <haberlaa@ricochet.net>)
List pgsql-interfaces
junho91@kmail.com wrote:
>
> Hello...
> I am using postgresSQL....
> I am facing a difficult problem..
>
> it was occured error below
> ==========================
> Warning: PostgresSQL query failed: PQexec() -- query is too long. Maximum length is 8191 in
/home/httpd/html/lline/add.php3on line 151 
> ==========================

Did you wrote in add.php3 a query statement that's bigger than 8191 ?
I can hardly imagine that ...

I think there's another error.
Send me the query statement that gives the error and I would look over
it.
It's strange ...

> I don't know how to do for the error???
> Please inform me the way I can write more than 8191...

As I know, it's not possible to write a query bigger than 8191 bytes.
But in real world, that's supposed to happen extremely rare.

> I don't have anyone to get help...

There's a lot of other guys at postgresql-interfaces@postgresql.org that
can help you also.

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] pg_hba.conf
Next
From: Adam Haberlach
Date:
Subject: Re: [INTERFACES] Re: I am facing a difficult problem..