Hi
Perhaps you have sent you commands in the subject-line.
All commands should be sent by putting them in the body of the message.
Best regards
Per-Olof Pettersson
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 2001-05-14, 06:56:48, [EMAIL PROTECTED] ("Subhramanya Shiva") wrote
regarding how to remove ?:
> How to remove from this mailing list ?
> > "Marc Lamothe" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED])
> >
> --
> Subhramanya Shiva, Programmer
> Archean InfoTech pvt.Ltd.
> Hyderabad, India
> http://www.archeanit.com
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster