Re: [HACKERS] How to add a new build-in operator - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] How to add a new build-in operator
Date
Msg-id 199910051528.LAA12762@candle.pha.pa.us
Whole thread Raw
In response to How to add a new build-in operator  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-hackers
> I'm planning to implement a new type of scan,scan by TID.
> It's on TODO      * Allow WHERE restriction on ctid.
> 
> First,I want to define an equal operator between TID.
> Seems OID's 1700-1799 are reserved for numeric type.
> Can I use 1800 as its OID ?
> 

You can use any unused oid for your purposes.
--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: CREATE RULE syntax simplification
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [GENERAL] Re: [PHP3] Re: PostgreSQL vs Mysql comparison