Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA24781; Tue, 29 Sep 92 09:36:08 -0700
Date: Tue, 29 Sep 92 09:36:08 -0700
Message-Id: <9209291636.AA24781@postgres.Berkeley.EDU>
From: Lance Gatrell (303) 977-2052 <gatrell@saturn.den.mmc.com>
Subject: Re: creating classes
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

It sounds like you are running from the monitor.  There is apparently an
input buffer size limit that you are reaching.  You should be able to add
the additional fields with the `addattr` command.  

You also see the same behaviour when you try to append records--specifying
values for all of the fields--making a very long line.  Somewhere around
3+ lines you reach the limit.  I've never bothered to find what variable
sets the limit, nor have I counted the limit, but I'm guessing that it
is 255 characters long.

I get around it by using addattr, and when appending, using 'append' on
the first part of the entry, and 'replace' to add the values for the
second half of the entry.  Its messy, but it works.

Lance Gatrell
gatrell@den.mmc.com
