| From: | strk <strk(at)keybit(dot)net> |
|---|---|
| To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: operator commutator |
| Date: | 2004-08-03 09:31:15 |
| Message-ID: | 20040803093115.GB84009@freek.keybit.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | LISTMAN | 2004-08-03 09:48:59 | Re: [HACKERS] Where does the xlateSqlType symbol point |
| Previous Message | Andreas Pflug | 2004-08-03 09:26:42 | Re: Open items |