Em Terça 02 Maio 2006 12:10, Richard (koorb) escreveu: > Im using a pgsql database I started a new quickstart with 0.9a5 and > tried to do an sql create using just the existing model. and I get the > following error: > > psycopg2.ProgrammingError: parser: parse error at or near "user" at > character 14
Probably the User table for identity. Try changing the name for this table as is done for the Group table, inside your model.py (look at the sqlmeta class). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

