From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Tourtounis Sotiris <tourtoun(at)csd(dot)uoc(dot)gr> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: ???Varchar() |
Date: | 2002-09-10 09:25:08 |
Message-ID: | 20020910192508.B17121@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
How about:
create table A(att0 text);
The length limit is something like 2TB or some such.
On Tue, Sep 10, 2002 at 12:19:34PM +0300, Tourtounis Sotiris wrote:
> I have listened that through new Postgresql 7.2.2 version there is also
> the capability of declaring a varchar type without declaring the maximum
> number of storage e.g. create table A(att0 varchar(16)). Is is true?If
> it's how is declared beacuse i can't manage it. Specifically i can't
> declare create table A(att0 varchar()). Does anyone have any idea about
> the subject.Thanks you !
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.
From | Date | Subject | |
---|---|---|---|
Next Message | Mourad Dhambri | 2002-09-10 09:37:09 | alias with spaces |
Previous Message | Tourtounis Sotiris | 2002-09-10 09:19:34 | ???Varchar() |