> prova=> select var as my_varchar from prova where var = '12';
> my_varchar
> ----------
> 12 <--right justified
> (1 row)
>
> prova=> select var as my_varchar from prova;
> my_varchar
> ----------
> 12 <--left justified, this time ???
> a12
> a12
> (3 rows)
> Jose'
I can't reproduce this here.
--
Bruce Momjian | 830 Blythe Avenue
maillist@candle.pha.pa.us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)