Обсуждение: Re: RE in where [SOLVED]

Поиск
Список
Период
Сортировка

Re: RE in where [SOLVED]

От
Patrick Nelson
Дата:
Tom Lane wrote:
----------------->>>>
The inet-to-text cast isn't implicit anymore.  You need an explicit
cast:
  SELECT * FROM hosts WHERE host::text ~ '^61.216.';
----------------->>>>

Worked like a charm...

Looked in the documentation but didn't see any ref to it.  Any others
besides inet and unknown?