Re: [HACKERS] money or dollar type

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: sferac(at)bo(dot)nettuno(dot)it (Jose' Soares Da Silva)
Cc: lockhart(at)alumni(dot)caltech(dot)edu, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] money or dollar type
Date: 1998-05-12 16:47:08
Message-ID: 199805121647.MAA26183@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-12 16:50:14 Re: [HACKERS] mmap and MAP_ANON
Previous Message Bruce Momjian 1998-05-12 16:38:11 Re: [PATCHES] Try again: S_LOCK reduced contentionh]