Re: operator commutator

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: strk <strk(at)keybit(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: operator commutator
Date: 2004-08-03 09:17:27
Message-ID: 410F5827.1050006@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> --
> -- TOC entry 537 (OID 2663955)
> -- Name: ~=; Type: OPERATOR; Schema: public; Owner: strk
> -- Data Pos: 0
> --
>
> CREATE OPERATOR ~= (
> PROCEDURE = geometry_same,
> LEFTARG = geometry,
> RIGHTARG = geometry,
> COMMUTATOR = 2663954,
> RESTRICT = eqsel,
> JOIN = eqjoinsel
> );

How about:

\x
SELECT oid, * FROM pg_operator WHERE oprname='~=' OR oid=2663954;

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-08-03 09:26:42 Re: Open items
Previous Message Gaetano Mendola 2004-08-03 09:14:39 Re: Open items