Re: [GENERAL] max(oid)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] max(oid)
Дата
Msg-id 200001220429.XAA28444@candle.pha.pa.us
обсуждение исходный текст
Ответ на max(oid)  (Marc Tardif <admin@wtbwts.com>)
Ответы Re: [GENERAL] max(oid)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
> Is there a way to use the max aggregate on an oid field? When I try on
> 6.5.3, I get the following error message:
>
> test=> select max(uid) from user_base;
> ERROR: Unable to select an aggregate function max(oid)
>
> If there's any work-around, please let me know.
> Marc
>

Added to TODO:

    * allow aggregates on oid


--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Marc Tardif
Дата:
Сообщение: max(oid)
Следующее
От: Marc Tardif
Дата:
Сообщение: implementing a psql daemon