Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id FAA25193 for postgres-redist; Fri, 15 Jul 1994 05:00:39 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199407151200.FAA25193@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 sunic.sunet.se (sunic.sunet.se [192.36.125.2]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id FAA25183 for <postgres@postgres.berkeley.edu>; Fri, 15 Jul 1994 05:00:37 -0700
Received: from cocos.fuw.edu.pl by sunic.sunet.se (8.6.8/2.03)
	id OAA13231; Fri, 15 Jul 1994 14:00:22 +0200
Received: from ccfs1.fuw.edu.pl by cocos.fuw.edu.pl (4.1/SMI-4.1)
	id AA02252; Fri, 15 Jul 94 14:00:43 +0200
Received: by ccfs1.fuw.edu.pl (4.1/SMI-4.1)
	id AA22757; Fri, 15 Jul 94 14:00:41 +0200
Date: Fri, 15 Jul 1994 14:00:40 +0200 (MET DST)
From: Wojtek Bogusz <Wojtek.Bogusz@fuw.edu.pl>
Subject: New type and pg_operator.
To: Postgres Mailing List <postgres@postgres.Berkeley.EDU>
Message-Id: <Pine.3.89.9407151351.C21375-0100000@ccfs1>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Fri, 15 Jul 94 05:00:39 -0700
Resent-XMts: smtp


 Hello,

 I am trying to add a new type to postgres. It is a king of char, char2,
char4, ... and text type but for different language than english. I took a
look in to pg_operators to see how they where defined :-) It is a bit
surprising for me that for all operators connected with char/text types
field oprprec (operator precedence) is equal 0. Why ?

 Does exist some (simple :-) explanation what join strategies mean ? And
why hash join strategy is defined (oprcanhash = t) just for "=" ? And why
merge-sort join strategy is not defined for all char/text operators ie. 
oprrsortop and oprlsort are equal to 0 ?

 Thank You
 Wojtek Bogusz

==============================================================================
   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.
==============================================================================
