More outdated examples

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема More outdated examples
Дата
Msg-id Pine.LNX.4.44.0302241908480.2108-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: More outdated examples
Список pgsql-hackers
This example in User's Guide section 7.2 doesn't work anymore at all:

tgl=> select @ text '-4.5' as "abs";abs
-----4.5
(1 row)

What really happens is this:

=> select @ text '-4.5' as "abs";
ERROR:  Unable to identify a prefix operator '@' for type 'text'       You may need to add parentheses or an explicit
cast

Again, delete or new example?

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Darko Prenosil
Дата:
Сообщение: I cant find it or I'm just lazy ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Possibly inconsistent type casting logic