Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id IAA09541 for postgres-redist; Wed, 18 Jan 1995 08:09:30 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199501181609.IAA09541@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from mailgate.aist-nara.ac.jp (fsb1.aist-nara.ac.jp [163.221.76.12]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id IAA09531 for <postgres@postgres.berkeley.edu>; Wed, 18 Jan 1995 08:09:28 -0800
Received: from dec324 by mailgate.aist-nara.ac.jp (8.6.9+2.4W/2.8Wb/NAIST-1.5[gate])
	id BAA09439; Thu, 19 Jan 1995 01:09:26 +0900
Received: by dec324.aist-nara.ac.jp (5.65+1.6W/2.7W-AIST/1.3)
	id AA23492; Thu, 19 Jan 95 01:09:16 GMT+0900
Message-Id: <9501181609.AA23492@dec324.aist-nara.ac.jp>
To: postgres@postgres.Berkeley.EDU
Subject: Tell me about.
Reply-To: yutaka-i@is.aist-nara.ac.jp
X-Mailer: Mew beta version 0.84 on Emacs 18.59.1, Mule 1.1
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Date: Thu, 19 Jan 1995 01:09:14 +0900
From: Drunkard Terry <yutaka-i@is.aist-nara.ac.jp>
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Wed, 18 Jan 95 08:09:30 -0800
Resent-XMts: smtp

I have some questions.
Please give me info.

1: When I use "append" command as such situation below..

	monitor -TN -c "append ***** " dbname
	or
	monitor -TN -c " ***** " dbname

	Any method for inserting the filename or script in ***** ?

2: How to add/delete the attribute from the class?
	If can't, I have only way [remodify the class] ?
	so,how to copy the data in attribute ? > question 3		

3: When I add the new attribute in the class,
	Any method for copy the old attribute data 
	to the new"same"attribute ?
	for example..

   [old]	class   |  attribute (data)
   -------------------------------------------
		EMP	| name = "Joe","Sam","Bill"
			| salary = 1000,2000

   [new]	class	|  attribute (data)
   -------------------------------------------
		EMP	| name = ""
			| salary = ""
			| age = ""	/* new added attribute */

	The data in old attribute(name,salary) move in
	new "same name" attribute, HOW?

---
:  Drunkard Terry <yutaka-i@is.aist-nara.ac.jp>
:  Graduate School of Information Science
:  Nara Institute of Science and Technology

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
