Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA29525; Thu, 8 Oct 92 12:56:12 -0700
Message-Id: <9210081956.AA29525@postgres.Berkeley.EDU>
From: sincovec@cis.ksu.edu (Mary Sincovec)
Subject: no subject (file transmission)
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.Berkeley.EDU
Date: Thu, 8 Oct 1992 14:58:56 -0500 (CDT)
X-Mailer: ELM [version 2.4 PL0]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Length: 557       

Does anyone know of any wildcards that can be used in a retrieve request?
For example, if I did "create nameclass(name=text) \g", where the name field
for each record in the data base contained both a first and last name, could
I use a wildcard to retrieve all records where the first name matched to "Bill"
and it didn't matter what the last name was?  I want to be able to do something
like "retrieve (nameclass.all) where nameclass.name = "Bill" * \g" where "*" is
a wildcard which could match against any last name.

Thanks for any help,
Mary Sincovec

