how to remove ? - Mailing list pgsql-sql

From Subhramanya Shiva
Subject how to remove ?
Date
Msg-id 1032.192.168.0.2.989772239.squirrel@mail.archeanit.net
Whole thread Raw
In response to Re: Problem using IP functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: how to remove ?
List pgsql-sql
How to remove from this mailing list ?


> "Marc Lamothe" <mlamothe@openface.ca> writes:
> > The subnet_number column is a varchar(16) which I assume you can compare
> > with a text data type, which is what host() returns.
> 
> Are you on a pre-7.1 Postgres release?  host() is buggy before 7.1 ---
> it includes a trailing null in its output, which it shouldn't oughta
> have done.  You can't see the null from outside the system, but it
> manages to mess up text comparisons anyway.
> 
> BTW, you should consider using inet or cidr datatype for that column
> rather than varchar...
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> 


-- 
Subhramanya Shiva, Programmer
Archean InfoTech pvt.Ltd.
Hyderabad, India
http://www.archeanit.com




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: DISTINCT ON () with UNION
Next
From: John Scott
Date:
Subject: unwritable /tmp causes initdb to crash