Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA27845; Mon, 14 Dec 92 16:19:29 -0800
Message-Id: <9212150019.AA27845@postgres.Berkeley.EDU>
From: <mao@postgres.berkeley.edu>
Subject: Re: bug?
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Mon, 14 Dec 92 16:15:37 PST.
             <9212150015.AA27782@postgres.Berkeley.EDU> 
Date: Mon, 14 Dec 92 16:21:19 PST

In message <9212150015.AA27782@postgres.Berkeley.EDU> you write:

> I seem to be having problems with attribute names that are 16 characters
> long.

this is a known bug in the system; the max length limit is 16 for
storage, but lots of internal routines assume they're passed a
null-terminated string (not true if all sixteen chars are present).
for the time being, you should limit names in postgres to fifteen
chars.
					mike
