Re: 'text' is gone? - Mailing list pgsql-general

From Chris
Subject Re: 'text' is gone?
Date
Msg-id 49923FC9.8070508@gmail.com
Whole thread Raw
In response to 'text' is gone?  (johnf <jfabiani@yolo.com>)
List pgsql-general
johnf wrote:
> Looks like microsoft is going to drop the data type "text" in the near future.
> VarChar(max) will be taking it's place.  Does Postgres have some like
> varChar(max)?

You can either specify a max length (varchar(X)) or leave the length off
to get a text like field: varchar

http://www.postgresql.org/docs/current/static/datatype-character.html

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-general by date:

Previous
From: johnf
Date:
Subject: 'text' is gone?
Next
From: Adrian Klaver
Date:
Subject: Re: 'text' is gone?