Ah,

I see. I will change the type to text in the CVS then. This will be part of the next release. Concerning UTF-8 support (important for Slide) I quote from the link Carlos provided:

The type of data stored in these fields depends on the encoding specified during 
database creation. To create a database which stores Unicode strings (reportedly 
stored as UTF-8) create the database with either:
createdb -E UNICODE mydatabase
or
CREATE DATABASE mydatabase WITH ENCODING = 'UNICODE'

Cheers,

Oliver

Carlos Villegas wrote:


Oliver Zeigermann wrote:

This was fixed for *MySQL* only, *Postgres* still needs the fix. Simple solution would be to increase the maximum size of the property. Maybe there is something similar to "text" in MySQL in Postgres as well?


Yes, "TEXT" is supported in PostgreSQL:

http://www.postgresql.org/docs/7.4/interactive/datatype-character.html

Carlos


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to