Jeff > In PostgreSQL there is a data type called TEXT (I know other DBMSs have this too). >It is basically a VARCHAR with no size limit (well.... you know). > Anyway, is there a way to specify a type not covered in the above list? Perhaps by >specifying "OTHER"? I've searched through the Torque documentation as well as the >message archive, but couldn't find anything.
As far as I know, you have to use one of the types allowed by the DTD. http://jakarta.apache.org/turbine/dtd/database.dtd The CLOB type will map to TEXT in PostgreSQL. Hope that helps! Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
