Re: operator commutator - Mailing list pgsql-hackers

From strk
Subject Re: operator commutator
Date
Msg-id 20040803093115.GB84009@freek.keybit.net
Whole thread Raw
In response to Re: operator commutator  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Tue, Aug 03, 2004 at 05:17:27PM +0800, Christopher Kings-Lynne wrote:
> >--
> >-- 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;

Unfortunately I'm not on the machine from which the dump was
issued, so I can't check. I'll inspect when possible, so I'll also
tell you which pg_dump version was it.

--strk;

> 
> Chris


pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: Open items
Next
From: LISTMAN
Date:
Subject: Re: [ADMIN] Where does the xlateSqlType symbol point