Hi,
PostgreSQL has this limitation. The max row size is
8K.
You can recompile Postgres with max row size of 32K
(not more). This limitation is removed in PgSQL 7.1
which is not released yet. It's in beta phase.
regards,
Rumen
--- Bogdan Paduraru <[EMAIL PROTECTED]> wrote:
> Hello folks,
>
> I h
Hello folks,
I have a web-tool that inputs text in a Postgresql table. This text is
in a form.
The problem is when I have a big text, I get this error :
ERROR: Tuple is too big: size 13924, max size 8140
Can you help me?
Thanx,
Bogdan,
>