So, I think I found a solution.

But, in 
http://code.djangoproject.com/attachment/ticket/1051/ticket_1051_rev6669.diff
I've changed a string
"cursor.execute("SET search_path TO %s" % ','.join
(settings.DATABASE_SCHEMAS)) "
to
"cursor.execute("SET search_path TO %s" ,[settings.DATABASE_SCHEMAS])
"

And finally syncdb completed without any errors.



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to