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

From: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Did the inet type get backed out?
Date: 1998-10-15 21:15:27
Message-ID: m0zTuk4-0000emC@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at){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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brook Milligan 1998-10-15 21:15:58 Re: [HACKERS] perl interface bug?
Previous Message Bruce Momjian 1998-10-15 19:26:30 Re: [HACKERS] perl interface bug?