Hello all, I use Doctrine (via sfDoctrine) as the model layer in my Symfony setup, with a PostgreSQL database. In order to have a clear separation between SF tables and external applications tables (PunBB forum for instance), I'd like to make use of dedicated Postgres named schemas (as in [1]). For instance, all my SF tables would be located in the "symfony" schema and my PunBB tables, in the "punbb" one.
Does anyone know if Doctrine/sfDoctrine supports natively this functionality? It's quite hard to find information about that topic in Symfony or Doctrine documentations since "schema" is generally understood as "DB structure description"... Thanks for your help, Alexandre [1] http://www.postgresql.org/docs/8.0/interactive/ddl-schemas.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---