Re: psycopg2 error with syncdb (but not with sqlite)

2008-08-20 Thread Chris Moffitt
> > > I'm afraid I don't have any magic solutions. The best approach I can > suggest is to log the SQL that is being executed (either in the > Postgres query log or by putting in some debug statements into Django > to output connection.queries). Then narrow down the statement that is > causing prob

Re: psycopg2 error with syncdb (but not with sqlite)

2008-08-20 Thread Russell Keith-Magee
On Wed, Aug 20, 2008 at 11:26 AM, Chris Moffitt <[EMAIL PROTECTED]> wrote: > I am seeing this error - http://dpaste.com/72596/ with django trunk (rev > 8445) when I try to run syncdb using psycopg2 but it works just fine if I > use sqlite. > > Basically I'm getting an error when doing the table in

psycopg2 error with syncdb (but not with sqlite)

2008-08-19 Thread Chris Moffitt
I am seeing this error - http://dpaste.com/72596/ with django trunk (rev 8445) when I try to run syncdb using psycopg2 but it works just fine if I use sqlite. Basically I'm getting an error when doing the table introspection code. I can see that there's been some refactoring in this area but the S