Re: 'text' is gone?

Поиск
Список
Период
Сортировка
Искать
От
Chris
Тема
Re: 'text' is gone?
Дата
Msg-id
49923FC9.8070508@gmail.com
Ответ на
Список
Дерево обсуждения
'text' is gone? johnf <jfabiani@yolo.com>
Re: 'text' is gone? Adrian Klaver <aklaver@comcast.net>
Re: 'text' is gone? Tom Lane <tgl@sss.pgh.pa.us>
Re: 'text' is gone? johnf <jfabiani@yolo.com>
Re: 'text' is gone? Scott Marlowe <scott.marlowe@gmail.com>
Re: 'text' is gone? Craig Ringer <craig@postnewspapers.com.au>
Re: 'text' is gone? Chris <dmagick@gmail.com>
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 по дате отправления
От: johnf
Дата:
Сообщение: 'text' is gone?
От: Adrian Klaver
Дата:
Сообщение: Re: 'text' is gone?
FAQ