Re: Ok, how do I debug THIS?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Ok, how do I debug THIS?
Дата
Msg-id 28980.1052857299@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Ok, how do I debug THIS?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Ok, how do I debug THIS?
Список pgsql-sql
Larry Rosenman <ler@lerctr.org> writes:
>> Ugh.  cidr doesn't appear to cast to text.  You may be able to go through
>> inet, but I'm not really sure because I haven't really used those types.

> looks like I can, **BUT** is this the RIGHT thing?  I suspect it SHOULD 
> cast to text.  IMNSHO.

Probably.  We have an inet->text cast, and the same function would work
for cidr->text.  I think it's just an oversight that there's no such
entry in pg_cast.  You could add one by hand ...
        regards, tom lane



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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Ok, how do I debug THIS?
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Ok, how do I debug THIS?