vacuum analyze error

From: Christian Bucanac <christian(dot)bucanac(at)mindark(dot)com>
To: "Pgsql-General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: vacuum analyze error
Date: 2001-04-30 11:48:30
Message-ID: 5146853DD571D411AC54000102070D611C7EA1@MINGBGNTS02
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I have tried to generate execution statistics of my database, see below. It
failed because of too big tuples. How big tuples can vacuumdb --analyze
handle?

bash$ vacuumdb --analyze chrbuc
ERROR: Tuple is too big: size 11540
vacuumdb: database vacuum failed on chrbuc.

/buckis

Browse pgsql-general by date

  From Date Subject
Next Message Mark Muffett 2001-04-30 11:52:49 Trying to get jdbc to work
Previous Message Rich Henry 2001-04-30 10:38:36 Getting a list of fields in a table...