Hello all, I have sucessfully followed the Extend-User Howto to allow me to make foreign-key references to the turbine_user table in MySQL. However, moving this schema to postgreSQL has revealed that this process generates faulty DDL - I assume MySQL doesn't mind because it doesn't support foreign keys anyway...
When PostgreSQl encounters a foreign key referencing, for instance, table MyAppUser (an extension/alias of turbine_user), it correctly points out that this relation does not exist. Am I right in thinking that this reference should be to the underlying turbine_user table since the MyAppUser table only 'exists' at the xml level so that torque can generate appropriate peers classes and code? If this is the case then I would be willing to have a go at patching the torque code if someone wants to help me with a few pointers as to where to start. Cheers, colm -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
