Re: Function Round() on 7.3 and 7.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Function Round() on 7.3 and 7.4
Дата
Msg-id 14050.1095875486@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Function Round() on 7.3 and 7.4  ("Emerson Tobar Silva" <tobar@microsiga.com.br>)
Список pgsql-bugs
"Emerson Tobar Silva" <tobar@microsiga.com.br> writes:
> I have always used the numeric function round on 7.2 version but on the
> 7.3 and 7.4 versions its not there. What's happening ?

Define "not there".

7.2:
regression=# \df round
               List of functions
 Result data type | Name  | Argument data types
------------------+-------+---------------------
 double precision | round | double precision
 numeric          | round | numeric
 numeric          | round | numeric, integer
(3 rows)

7.4:
regression=# \df round
                      List of functions
 Result data type |   Schema   | Name  | Argument data types
------------------+------------+-------+---------------------
 double precision | pg_catalog | round | double precision
 numeric          | pg_catalog | round | numeric
 numeric          | pg_catalog | round | numeric, integer
(3 rows)

I see no change...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sql function returning composite type
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1266: Improper unique constraint / MVCC activities within single transaction