Re: RE in where [SOLVED]

Поиск
Список
Период
Сортировка
От Patrick Nelson
Тема Re: RE in where [SOLVED]
Дата
Msg-id 4165C48DE9A0D211B6400800095C585F172F55@WASHINGTON
обсуждение исходный текст
Список pgsql-general
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?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TIMESTAMP WITH( OUT)? TIME ZONE indexing/type choice...
Следующее
От: Justin Clift
Дата:
Сообщение: Re: shmget problem with Win NT services