Re: [HACKERS] Cannot properly initialize inet type fields in the table

2007-09-26 Thread Tom Lane
fimarn <[EMAIL PROTECTED]> writes: > When I try to execute an INSERT statement associated with this table I > am getting: > NOTICE: failed to convert IP address string, invalid inetstruct len Your example works fine for me: regression=# insert into myConfigTable default values; INSERT 0 1 regre

[HACKERS] Cannot properly initialize inet type fields in the table

2007-09-26 Thread fimarn
I have a CREATE TABLE statement where I am trying to initialize several inet fields, e.g. CREATE TABLE myConfigTable ( telnetbool DEFAULT FALSE, ftp bool DEFAULT FALSE, ipForwarding bool DEFAULT FALSE, configIntControlNetw inet DEFAULT '1.1.0