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 HAA12508 for postgres-dist; Fri, 28 Jan 1994 07:18:10 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199401281518.HAA12508@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 HAA12499 for <postgres@nobozo.CS.Berkeley.EDU>; Fri, 28 Jan 1994 07:18:08 -0800
From: SRIRAMK@charlie.usd.edu
Date: Thu, 27 Jan 1994 22:32:42 -0600 (CST)
To: postgres@postgres.Berkeley.EDU
CC: SRIRAMK@charlie.usd.edu
Message-Id: <940127223242.e211@charlie.usd.edu>
Subject: Clarification reqd
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Fri, 28 Jan 94 07:18:09 -0800
Resent-XMts: smtp

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 PAGE (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  

 
