| From: | "Mike Gould" <mgould(at)allcoast(dot)net> |
|---|---|
| To: | "pgsql-general General" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Data Types |
| Date: | 2008-06-23 19:37:31 |
| Message-ID: | 20080623193731.d651135d@mail.allcoast.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thanks for all of the replies.
Best Regards,
Michael Gould, Manager Information Technology
All Coast Intermodal Services, Inc.
904-226-0978
_____
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
To: Roberts, Jon [mailto:Jon(dot)Roberts(at)asurion(dot)com]
Cc: mgould(at)allcoast(dot)net, pgsql-general General [mailto:pgsql-general(at)postgresql(dot)org]
Sent: Mon, 23 Jun 2008 15:00:05 -0400
Subject: Re: [GENERAL] Data Types
"Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com> writes:
> Character will use more disk space than varchar so it does make a
> difference.
char also has very peculiar comparison semantics. Unless your strings
are really truly fixed-length, you should just about always use varchar.
regards, tom lane
--
Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nikola | 2008-06-23 19:40:04 | Bulk load data from one table to another |
| Previous Message | Scott Marlowe | 2008-06-23 19:20:20 | Re: Details on community survey |