On 06-Jan-07, at 12:56 AM, Christoph Haas wrote:
I'd like to hear comments. Or is PostgreSQL an uncommon DBMS to use with Django? (btw, is there a reason to prefer psycopg over psycopg2?) I can of course restrain myself to the "public" schema but my application would benefit from different schemas.
postgres is the rdbms of choice for django. psycopg1 and 2 are incompatible - and there is so much legacy code in psycopg1 that many users are unwilling to switch. I agree with you with regard to schemas - for example a multicompany financial accounting application could use schemas to create the tables for each company.
-- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---