Thanks, Andy. New problem...
I've recreated the problem locally on postgres. But I've gone back to sqlite3 and the loaddata works from scratch. Is there a way I can tell which items from the sqlite3 db is giving me problems in postgres? Thank you! Keyton On Jun 17, 3:51 pm, Andy McKay <a...@clearwind.ca> wrote: > On 17-Jun-09, at 12:48 PM, Keyton Weissinger wrote: > > > backends/util.py", line 19, in execute > > return self.cursor.execute(sql, params) > > DataError: value too long for type character varying(4) > > > Any ideas? > > The unhelpful answer is that the field is too long. One way to get > this is to have a different database schema at home from on the > webfaction server. Double check your schema in postgres the same as > home, chances are something has changed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---