Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA27782; Mon, 14 Dec 92 16:15:37 -0800
Date: Mon, 14 Dec 92 16:15:37 -0800
Message-Id: <9212150015.AA27782@postgres.Berkeley.EDU>
From: postgres@tpsl.cuc.ab.ca (Postgres)
Subject: bug?
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

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

Here is a short monitor session:

	Welcome to the C POSTGRES terminal monitor
	
	Go
	* create a (abcdefghijklmnop = int4)\g
	
	Query sent to backend is "create a (abcdefghijklmnop = int4)"
	CREATE
	Go
	* retrieve (a.all)\g
	
	Query sent to backend is "retrieve (a.all)"
	Error: Unexpected identfier in dump_data:

At this point I am kicked out to the shell.  Does anyone else have this
problem?

I am running this on a Sun 4/490 with SunOS 4.1.1, and Postgres 4.0.1
(compiled with the 'sparc' config)

Dean Huxley (dean@tpsl.cuc.ab.ca)
