Re: Problem with a Pettern Matching Check

From: Sebastian Siewior <lavish(at)kamp-dsl(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problem with a Pettern Matching Check
Date: 2005-08-15 22:55:18
Message-ID: 20050816005518.754f7fa9@mikejones.ghb.fh-furtwangen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, 15 Aug 2005 18:37:52 -0400
"Dmitri Bichko" <dbichko(at)aveopharma(dot)com> wrote:

> I'm guessing it's because char gets padded with spaces to the
> specified length.

argh. Thank you.

> Any reason you are using char(3) instead of varchar(3)?

The numbers will have 2 or 3 digits so I tried to save some space :)

> And why are you storing numbers as a string, anyway? If you defined
> the column as a numeric type, postgres will tell you if you try to
> insert something non-numeric.

Correct. I will not let the values to be used together with
sum/avg/+/...

>
> Dmitri
>

--
Regards
Sebastian Siewior

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dmitri Bichko 2005-08-15 23:08:54 Re: Problem with a Pettern Matching Check
Previous Message Dmitri Bichko 2005-08-15 22:44:14 Re: SUSPECT: RE: Re: Problem with a Pettern Matching Check