Re: maximum size

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Molinet Sylviane <molinet(at)ibp(dot)u-psud(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: maximum size
Date: 2005-02-24 15:51:42
Message-ID: 1109260302.30529.183.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2005-02-23 at 08:34, Molinet Sylviane wrote:
> Hello,
>
> could you be so kind to help me with following requests ?
>
> I need the maximum size of the following types :
> varchar(n)

~ 1 Meg

> numeric(n,p)

no limit (actually ~ 1 Gig)

> text

~ 1 Gig

> bytea

~ 1 Gig

> Could you please give me the name of articles or publications and where I
> can find it for these requests ?

http://www.postgresql.org/docs/8.0/static/datatype.html#DATATYPE-NUMERIC
http://www.postgresql.org/files/documentation/faqs/FAQ.html

> I want to transfer a oracle database 8i to postgreSQL 7.3.2. Is there an
> article or publication which related about this ?

There's a contrib directory I've never used that supposed to help.

I'd recommend using at LEAST the latest version of 7.3, but preferably
8.0.1 or 7.4.7 (or whatever the latest releases of those versions are
today.)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey KRETZ 2005-02-24 16:09:31 Re: PGS 7.4.x PREPARE statement
Previous Message Tom Lane 2005-02-24 15:48:59 Re: PGS 7.4.x PREPARE statement