If it's an old table, can't you just do a select distinct to get out the relevant data and just stick it somewhere more suitable? If there's nothing else relevant there, why bother wiring SA up to it on every load? It couldn't be that hard to renormalize the data and put it in the place it belongs (wherever that is)?
On Thu, Oct 9, 2008 at 10:12 AM, Kirk Strauser <[EMAIL PROTECTED]> wrote: > > On Thursday 09 October 2008 03:37:24 Marco Mariani wrote: > > > Don't you have another column you can use with groupcode, to uniquely > > identify rows and create a compound foreign key? > > Nothing really relevant, no. Really, the list of groupcodes is the only > interesting column in the old table. > -- > Kirk Strauser > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

