BUG #2905: min and max return incorrect text type

Поиск
Список
Период
Сортировка
От Adriaan van Os
Тема BUG #2905: min and max return incorrect text type
Дата
Msg-id 200701180902.l0I92CUw088927@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2905: min and max return incorrect text type  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2905
Logged by:          Adriaan van Os
Email address:      postgres@microbizz.nl
PostgreSQL version: 8.1.4
Operating system:   Mac OS X 10.4.6, intel
Description:        min and max return incorrect text type
Details:

Table 9-37. Aggregate Functions in the Postgres docs states that the return
type for min and max is the "same as argument type".

However, min(VARCHAROID) and max(VARCHAROID) return TEXTOID as a result
type.

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

Предыдущее
От: "Izsak Rudolf"
Дата:
Сообщение: BUG #2904: COPY FROM -> permisson denied
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #2905: min and max return incorrect text type