Re: Problem with inet/cidr convert functions

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pvi@axxent.ca
Cc: "pgsql-bugs@postgresql.org" <pgsql-bugs@postgresql.org>
Date: 2001-01-29T22:29:06Z
Lists: pgsql-bugs
"Vadim I. Passynkov" <pvi@axxent.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