Return-Path: postman 
Delivery-Date: Thu, 02 Sep 93 12:20:16 PDT
Return-Path: postman
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA11184; Thu, 2 Sep 93 12:15:39 -0700
Resent-From: postman (POSTGRES mailing list)
Resent-Message-Id: <9309021915.AA11184@postgres.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: dfleenor@nettech.com
Received: from ncnoc.concert.net by postgres.Berkeley.EDU (5.61/1.29)
	id AA11176; Thu, 2 Sep 93 12:15:33 -0700
Received: from nettech1.nettech.com by ncnoc.concert.net (5.65/tas-concert/aug93)
	id AA07930; Thu, 2 Sep 93 15:25:59 -0400
Received: by nettech1.nettech.com (AIX 3.2/UCB 5.64/4.03)
          id AA28583; Thu, 2 Sep 1993 15:16:11 -0400
From: dfleenor@nettech.com (super dave?)
Message-Id: <9309021916.AA28583@nettech1.nettech.com>
Subject: Defining operators
To: postgres@postgres.berkeley.edu
Date: Thu, 2 Sep 1993 15:16:09 -0500 (EDT)
X-Mailer: ELM [version 2.4 PL21]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 280       
Resent-To: postgres-dist
Resent-Date: Thu, 02 Sep 93 12:15:38 PDT

I am trying to retrieve all the records from a class by doing a comparison,
but postgres doesn't allow an equality comparison on text attributes. The
manual says to define an operator, but is not very clear. Any help would be
appreciated, especially if accompanied by an example.
