Re: Bug (very mild) in PostgreSQL version _check_

2008-05-23 Thread Gary Wilson Jr.
Haroldo Stenger wrote: > I think I've found a bug in Django and a solution :-) Please file a ticket [1] (after searching first [2]) for this issue if you haven't already so that it's not forgotten. [1] http://code.djangoproject.com/simpleticket [2] http://code.djangoproject.com/query Thanks,

Bug (very mild) in PostgreSQL version _check_

2008-05-21 Thread Haroldo Stenger
Dear all, I think I've found a bug in Django and a solution :-) In django/db/backends/postgresql/operations.py (svn) there is a PostgreSQL version check that reads like this: if self.postgres_version[0] >= 8 and self.postgres_version[1] >= 1 Bug: When PostgreSQL turns 9.0 (a year from