Re: [HACKERS] Did the inet type get backed out?

Поиск
Список
Период
Сортировка
От darcy@druid.net (D'Arcy J.M. Cain)
Тема Re: [HACKERS] Did the inet type get backed out?
Дата
Msg-id m0zTuk4-0000emC@druid.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Did the inet type get backed out?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Did the inet type get backed out?
Список pgsql-hackers
Thus spake Bruce Momjian
> > darcy=> select '198.1.2.3/8'::inet;
> > ERROR:  type name lookup of inet failed
> >
> > Was the type backed out while waiting for completion?  Any chance of
> > getting it put back so I can make the tests?
>
> It's in there:
>
>     test=> create table testv (x inet);
>
> Not sure why your test doesn't work.  I think there needs to be a
> function named inet().

But it worked before.  In fact it still works on another system with
an earlier compile.

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [HACKERS] small bug in src/interfaces/ecpg/lib/Makefile.in
Следующее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] perl interface bug?