Re: [HACKERS] MIN not defined for OID types

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] MIN not defined for OID types
Дата
Msg-id 199809050437.AAA04848@candle.pha.pa.us
обсуждение исходный текст
Ответ на MIN not defined for OID types  (Roland Roberts <roberts@panix.com>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Release 6.4
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] MIN not defined for OID types