Re: Maximum size for varchar - Mailing list pgsql-general

From Richard Huxton
Subject Re: Maximum size for varchar
Date
Msg-id 421EFB79.9040900@archonet.com
Whole thread Raw
In response to Maximum size for varchar  (Nageshwar Rao <NageshwarR@PLANETASIA.COM>)
List pgsql-general
Nageshwar Rao wrote:
> What is the maximum number we can give for varchar (number) in postgresql
> 7.4.x

Details on data-types are in the manuals under "Data Types". Go to
http://www.postgresql.org, click "Documentation" then choose "7.4
(without comments)" on the right-hand side. Data Types are in the
section "The SQL  Language". The varchar(n) type is detailed in
"Character Types".

HTH
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Nageshwar Rao
Date:
Subject: Maximum size for varchar
Next
From: Terry Lee Tucker
Date:
Subject: Re: Questions regarding notify processing.