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 WAA09381 for postgres-dist; Wed, 12 Jan 1994 22:52:03 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199401130652.WAA09381@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 cs.mtu.edu (cs.mtu.edu [141.219.150.12]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id WAA09372 for <postgres@postgres.berkeley.edu>; Wed, 12 Jan 1994 22:52:01 -0800
Received: from werner.mtu.edu (werner.cs.mtu.edu) by cs.mtu.edu (4.1/SMI-4.1)
	id AA11275; Thu, 13 Jan 94 01:52:04 EST
From: jli@cs.mtu.edu (Jianfang Li)
Message-Id: <9401130652.AA11275@cs.mtu.edu>
Subject: nest/unnest operations
To: postgres@postgres.Berkeley.EDU
Date: Thu, 13 Jan 1994 01:52:07 -0500 (EST)
X-Mailer: ELM [version 2.4 PL22]
Content-Type: text
Content-Length: 618       
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Wed, 12 Jan 94 22:52:03 -0800
Resent-XMts: smtp

Hi, there, 

I have couple of questions about postgres: 

	. Does postgres implemented nest/unnest operators? 
	. If so, how can I use them for the queries? 
	. What is the storage structure of postgres,i.e. 
	  does it use flat relational tables as the storage structure, 
	  or does it use nested relational tables  as the storage structure? 
	  or something else? 
	. Is there any effort that try to use nested relational structure as
	  the storage structure for implementing object-oriented database? 

Any ides/suggestions will be very welcome and greatly appreciated. 
Thanks. 

		Eve Li 
		jli@cs.mtu.edu 
	  
