Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id HAA12521 for postgres-dist; Fri, 28 Jan 1994 07:19:49 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199401281519.HAA12521@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from charlie.usd.edu (charlie.usd.edu [192.55.228.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id HAA12512 for <postgres@nobozo.CS.Berkeley.EDU>; Fri, 28 Jan 1994 07:19:48 -0800
From: SRIRAMK@charlie.usd.edu
Date: Thu, 27 Jan 1994 23:25:28 -0600 (CST)
To: postgres@postgres.Berkeley.EDU
CC: SRIRAMK@charlie.usd.edu
Message-Id: <940127232528.e291@charlie.usd.edu>
Subject: Resending my query and problem with correction
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Fri, 28 Jan 94 07:19:49 -0800
Resent-XMts: smtp

From:	CHARLI::SRIRAMK      27-JAN-1994 22:32:44.12
To:	SMTP%"postgres@postgres.BERKELEY.EDU"
CC:	SRIRAMK
Subj:	Clarification reqd

I am using postgres for my thesis project.

I created a user defined type as follows :

   define type lines (internallength = variable, 
                     input          = array_in , 
		     output         = array_out, 
 		     element        = text);

I then used this user defined type for class creation :

   create BLOCK (id = int4, content = lines);

Now when I try to append to class BLOCK as in :

   append BLOCK (id = 5 , content = "This is a test");

I get the  following error message

 array_in: malformed array constant

I will very much appreciate a clarification to the above problem and help
in understanding what I am doing wrong.

Thanks

Sriram Kal  

 
