Re: Max Size of a text field

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Koen Antonissen <Koen(at)Cee-Kay(dot)net>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Max Size of a text field
Date: 2001-03-30 15:11:04
Message-ID: Pine.LNX.4.30.0103301709580.1063-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Koen Antonissen writes:

> I just recieved this error:
> 'Warning: PostgreSQL query failed: ERROR: Tuple is too big: size 13872,
> max size 8140 '
>
> Is there anyting I can do about that other than tell my users just not
> typing so much text into the field?

Option 1: increase BLCKSZ in src/include/config.h

Option 1.5: use lztext (7.0* only)

Option 2: upgrade to 7.1

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Daniel Wickstrom 2001-03-30 15:15:43 Help with 'now', now(), timestamp 'now', ...
Previous Message Peter Eisentraut 2001-03-30 15:09:27 Re: 'Include' function in SQL scripts