|
From: Thomas P. <vip...@gm...> - 2014-02-10 21:13:02
|
Good afternoon all, I was curious if there was anything special, possibly simple, that one would need to do in order to get Django to work with postgres-xc? I have successfully used Django with Postgresql, and other databases, but the nature of postgres-xc points to a fairly different approach when 'syncdb' is used. Specifically I received this error when utilizing Django's 'syncdb' "django.db.utils.NotSupportedError: Cannot create index whose evaluation cannot be enforced to remote nodes" Obviously Django is, erroneously, trying to write to the Coordinator as though it were a database that should be written to. Has anyone had any experience with communicating with postgres-xc from Django? I suspect there isn't much that needs to be done, but I cannot find much information on the topic. Warm regards, Thomas |