Re: It's Apache, not PostgreSQL

Bryan White <bryan@arcamax.com>

From: "Bryan White" <bryan@arcamax.com>
To: "Frank Hilliard" <frankhilliard@home.com>, "psql-general" <pgsql-general@postgresql.org>
Date: 2001-06-25T18:59:30Z
Lists: pgsql-general
> It looks as if Apache has an HTTP input buffer limit of 8190 bytes which
> can be
> reduced with a "LimitRequestLine" directive, but not increased. I'm
> hitting this with
> both phpPgAdmin and Cold Fusion.

That sounds like a limit on the "GET" http request.  Can you recode your
form to use POST?  My guess is it does not have the same limit.