Search Postgresql Archives

Re: 'text' is gone?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux