Re: [HACKERS] MIN not defined for OID types - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] MIN not defined for OID types
Date
Msg-id 199809050437.AAA04848@candle.pha.pa.us
Whole thread Raw
In response to MIN not defined for OID types  (Roland Roberts <roberts@panix.com>)
List pgsql-hackers
-- Start of PGP signed section.
>
>     select min(oid) from pg_class;
>     ERROR:  function min(oid) does not exist
>
> I got this surprise while trying to optimize a hack for the PostgreSQL
> functions in Keystone (http://www.stonekeep.com/keystone).
>

Is this in 6.4 or 6.3.2?  I think 6.4 may be able to do this, and if
not, perhaps Thomas can add it.  Sounds like a good use for
binary-compatable operators.

Thomas, can we delete the old operators now that the binary compatable
stuff works?  Just an idea, not sure if it is do-able.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Release 6.4
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] MIN not defined for OID types