problem casting varchar to inet

Поиск
Список
Период
Сортировка
От Roman Neuhauser
Тема problem casting varchar to inet
Дата
Msg-id 20050722122031.GA16687@isis.sigpipe.cz
обсуждение исходный текст
Ответы Re: problem casting varchar to inet  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
select cast(coalesce(nullif('', trim(callingip)), '127.0.0.1') as inet)

ERROR:  invalid input syntax for type inet: ""

    what is it trying to tell me?

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Предыдущее
От: Roman Neuhauser
Дата:
Сообщение: Re: Insert into ... Select ... From ... too intelligent transaction
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: problem casting varchar to inet