Re: [GENERAL] cidr and inet

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: psrajan(at)yahoo(dot)com, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] cidr and inet
Date: 1999-10-21 12:37:51
Message-ID: 19991021193751.59510.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

try:
insert into ip values ('10.20.30.40');

>From: soundar rajan <psrajan(at)yahoo(dot)com>
>To: pgsql-general(at)postgreSQL(dot)org
>Subject: [GENERAL] cidr and inet
>Date: Thu, 21 Oct 1999 12:15:03 -0700 (PDT)
>
>Hi all,
>
>I created two tables with CIDR and inet data values
>separately. I was not able to insert values into it.
>When I tries to do
>
>insert into ip values (10.20.30.40);
>
>the error I get time and again is
>
>'parser error at or near .30'
>
>It always points to the third part of the IP (ie, 100
>in case of 10.30.100.200)
>
>Any help be appreciated.
>
>Thanks
>
>
>__________________________________________________
>Do You Yahoo!?
>Bid and sell for free at http://auctions.yahoo.com
>
>************
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Browse pgsql-general by date

  From Date Subject
Next Message venu gopal 1999-10-21 18:19:07 select count(*)
Previous Message Yan Zhang Chen 1999-10-21 06:02:13 How to build pgsql without producing the shared lib libpg.so?