On Mon, Jul 21, 2008 at 8:06 AM, Emi Lu <[EMAIL PROTECTED]> wrote:
> Good morning,
>
> I'd like to create a varchar length column.
>
> May I know does varchar(128) and varchar(32) will cause any size or
> efficiency differences?

If you store the same thing in each, no.  If you store 128 char  text
in the varchar(128) it will of course be bigger than a 32 char text in
the varchar(32) field.

-- 
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql

Reply via email to