Thanks Eric, that did it nicely. Question: How did you know that CLOB maps to TEXT in PostgreSQL? Is there a list or a place I can see the mapping happening? Or is it trial and error...
Thanks again, -jeff ----- Original Message ----- From: "Eric Emminger" <[EMAIL PROTECTED]> To: "Turbine Torque Users List" <[EMAIL PROTECTED]> Cc: "Jeff Owens" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 1:22 PM Subject: Re: Text data type > 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> > > -- 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>
