Re: Maximum size for varchar

From: Richard Huxton <dev(at)archonet(dot)com>
To: Nageshwar Rao <NageshwarR(at)planetasia(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Maximum size for varchar
Date: 2005-02-25 10:18:33
Message-ID: 421EFB79.9040900@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2005-02-25 11:00:19 Re: Questions regarding notify processing.
Previous Message Nageshwar Rao 2005-02-25 09:54:50 Maximum size for varchar