| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | fimarn <fimarn(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Cannot properly initialize inet type fields in the table |
| Date: | 2007-09-26 14:54:43 |
| Message-ID: | 21112.1190818483@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
fimarn <fimarn(at)gmail(dot)com> 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
regression=# select * from myConfigTable;
telnet | ftp | ipforwarding | configintcontrolnetw | configintcontrolmask
--------+-----+--------------+----------------------+----------------------
f | f | f | 1.1.0.0 | 255.255.0.0
(1 row)
and I can find no trace of any such message in either CVS HEAD or 8.1.
Are you running a custom-modified backend?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-09-26 15:04:52 | uh-oh, dugong failing again (was Re: Pgbuildfarm-status-green Digest, Vol 28, Issue 24) |
| Previous Message | Tom Lane | 2007-09-26 14:23:56 | Re: Regression test message |