Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA08251; Thu, 3 Jun 93 10:32:09 -0700
Message-Id: <9306031732.AA08251@postgres.Berkeley.EDU>
From: Mike Olson <mao@postgres.Berkeley.EDU>
Subject: Re: attributes type postquel
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: mcsmidcs@cluster.cc.dundee-tech.ac.uk's message of 3 Jun 1993 9:54 PDT
Date: Thu, 03 Jun 1993 10:31:19 -0700
From: Mike Olson <mao@postgres.Berkeley.EDU>

MCSMIDCS@CLUSTER.CC.DUNDEE-TECH.AC.UK writes:

> create MATCH ( hometeam = text, awayteam = text,  fixture = text, 
> 	homeselect = selection, awayselect = selection, result = int2,
> 	goalscorers = selection, etc )
> 
> I want to create a class LEAGUETABLE which will use the data in MATCH to 
> build a leaguetable.
> 
> I don't want to use functions for this as I want to be able to e.g.
> 	retrieve (LEAGUETABLE.all)

see the manual page for 'define view'.
					mike
