Re: Problem with a Pettern Matching Check

From: "Dmitri Bichko" <dbichko(at)aveopharma(dot)com>
To: "Sebastian Siewior" <lavish(at)kamp-dsl(dot)de>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Problem with a Pettern Matching Check
Date: 2005-08-15 23:08:54
Message-ID: F18A6F7CF1661F46920F2CF713122FED46CC65@mail.aveo.aveopharma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>> 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 :)

Well, smallint is only 2 bytes, so it would be more compact than either
char(3) or varchar(3).

Dmitri
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer

Browse pgsql-sql by date

  From Date Subject
Next Message Simon Law 2005-08-15 23:55:20 SQL output
Previous Message Sebastian Siewior 2005-08-15 22:55:18 Re: Problem with a Pettern Matching Check