Re: Inet type how to? - Mailing list pgsql-hackers

From Alex Pilosov
Subject Re: Inet type how to?
Date
Msg-id Pine.BSO.4.10.10006021341250.20002-100000@spider.pilosoft.com
Whole thread Raw
In response to Inet type how to?  (Olivier PRENANT <ohp@pyrenet.fr>)
Responses Re: Inet type how to?
List pgsql-hackers
You cannot change column type without dropping/recreating the table.

On Fri, 2 Jun 2000, Olivier PRENANT wrote:

> Hi all,
> 
> I've had a table for years to keep radius connections to our NAS.
> 
> Not havin inet type, I typed ip_adress as text. Now, I'em trying to change
> this column type to no avail.
> 
> select inet(ip_addr)... : cannot cast type to inet
> 
> How can I change this column??
> 
> TIA
> 
> 



pgsql-hackers by date:

Previous
From: Olivier PRENANT
Date:
Subject: Inet type how to?
Next
From: Olivier PRENANT
Date:
Subject: Re: Inet type how to?