Re: ???Varchar() - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: ???Varchar()
Date
Msg-id 20020910192508.B17121@svana.org
Whole thread Raw
In response to ???Varchar()  (Tourtounis Sotiris <tourtoun@csd.uoc.gr>)
List 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@svana.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.

pgsql-general by date:

Previous
From: Tourtounis Sotiris
Date:
Subject: ???Varchar()
Next
From: Mourad Dhambri
Date:
Subject: alias with spaces