From: Klaus A. S. <kse...@gm...> - 2005-03-12 17:50:43
|
On Fri, 11 Mar 2005 16:48:30 +0100, Lionel Bouton <lio...@bo...> wrote: >> Will it break anything if I re-create the tables manually and have >> PostgreSQL use INET (or CIDR) for the IP address fields? >=20 > Probably not. > But I'd advise to use VARCHAR(39) instead. I won't support smart and > classc type algorithms with anything other than VARCHAR. I've had quite a few IPv6 connections in the past few days, so I decided to change the original VARCHAR(15) to VARCHAR(39). > Future automatic updates to the database might not apply cleanly on your > database too... Poor me... Thanks for your help. --=20 Klaus Alexander Seistrup SubZeroNet =B7 Copenhagen =B7 Denmark |