Fw: TEXT vs VARCHAR

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Fw: TEXT vs VARCHAR
Date: 2000-10-10 19:13:10
Message-ID: 02b601c032ee$212bd5a0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <cmarkiew(at)commnav(dot)com>
Sent: Tuesday, October 10, 2000 3:13 PM
Subject: Re: [GENERAL] TEXT vs VARCHAR

> If from what I understand correctly, text has an upper limit between 8K
and
> 32K (dependent upon the compiled configuration). In the next release the
> limit is being removed.
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
> ----- Original Message -----
> From: "chris markiewicz" <cmarkiew(at)commnav(dot)com>
> To: <pgsql-general(at)postgresql(dot)org>
> Sent: Tuesday, October 10, 2000 2:45 PM
> Subject: [GENERAL] TEXT vs VARCHAR
>
>
> > hello.
> >
> > i am faced with a situation where i must store a potentially large ascii
> > string (several thousand characters?). i am looking for some insight
> beyond
> > what the documentation offers...
> >
> > is there a limit on the upper limit of a VARCHAR? i cannot find one in
> the
> > documentation.
> >
> > is it true that a TEXT field can be any size?
> >
> > what is the best way to manage memory? for example, if i declare it as
> > VARCHAR(10000), does that mean that memory for 10,000 characters will be
> > allocated whether i use it or not, or is it dynamic? how about the TEXT
> > type.
> >
> > thanks
> > chris
>

Browse pgsql-general by date

  From Date Subject
Next Message jeff 2000-10-10 19:23:43 Re: [HACKERS] My new job
Previous Message Rob Hutton 2000-10-10 19:00:20 RE: Some advanced database features, are they present in PostgreSQL