Benjamin A. Shelton schrieb:
> I'm curious if there's a best practice for generating tables with a
> prefix in TG2 as defined in the application's .ini files. This is
> probably a non-issue for most projects, but assuming an end user
> happens to have exactly one database, I'm sure they wouldn't want to
> run into naming conflicts!

What database are you using? In PostgreSQL for instance, you can simply 
set up a database schema for the database user who is running your TG 
app instead of putting everything in the public schema:
http://www.postgresql.org/docs/current/static/ddl-schemas.html

-- Christoph


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to