Re: Problem with inet/cidr convert functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pvi(at)axxent(dot)ca
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Problem with inet/cidr convert functions
Date: 2001-01-29 22:29:06
Message-ID: 25951.980807346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Vadim I. Passynkov" <pvi(at)axxent(dot)ca> writes:
> test=# select rpad ( host ( '127.0.0.1' ), 15 );
> rpad
> -----------
> 127.0.0.1
> (1 row)

This is fixed in current sources (7.1beta4).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Krohn 2001-01-29 23:13:41 Re: select fails on indexed varchars.
Previous Message Vadim I. Passynkov 2001-01-29 19:41:49 Problem with inet/cidr convert functions