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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Did the inet type get backed out?
Дата
Msg-id 199810151751.NAA19000@candle.pha.pa.us
обсуждение исходный текст
Ответ на Did the inet type get backed out?  (darcy@druid.net (D'Arcy J.M. Cain))
Ответы Re: [HACKERS] Did the inet type get backed out?
Список pgsql-hackers
> I went to test my functions but got the following.
>
> 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().

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] perl interface bug?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] perl interface bug?