Re: Difference between varchar and text? - Mailing list pgsql-general

From Jasen Betts
Subject Re: Difference between varchar and text?
Date
Msg-id k89ckp$3r8$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Difference between varchar and text?  (Moshe Jacobson <moshe@neadwerx.com>)
Responses Re: Difference between varchar and text?  (David Johnston <polobo@yahoo.com>)
List pgsql-general
On 2012-11-05, Moshe Jacobson <moshe@neadwerx.com> wrote:
> --14dae93404f5f865d804cdc59353
> Content-Type: text/plain; charset=ISO-8859-1
>
> Is there any practical difference between defining a column as a
> varchar(n)vs. a varchar
> vs. a text field?
>
> I've always been under the impression that if I am wanting to index a
> varchar column, it is better to set a maximum length.

It doesn't really matter, the index itself will impose the limit
(unless you use a hash index where ther is no limit)

> But more importantly, what's the practical difference between varchar with
> no limit and text?

text is immeasurably faster.

> Thanks, and apologies if this is a FAQ...



--
⚂⚃ 100% natural

pgsql-general by date:

Previous
From: Marko Kreen
Date:
Subject: Re: Plproxy with returns table() make PG segfault
Next
From: David Johnston
Date:
Subject: Re: Difference between varchar and text?