Re: Table Row count: Limiting factor

2008-07-22 Thread madhav
Thanks Malcolm and my apologies for posting it here. On Jul 21, 11:49 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-07-21 at 08:13 -0700,madhavwrote: > > Hello guys, I am just confused with a fundamental db problem. I have > > table which has got 48 lakh rows(each row has got 8

Django Page - Db Connections count

2008-07-22 Thread madhav
Guys, I need some middleware or utility to check how many postgresql connections are actually used to generate a particular page in django. Can We get that by any chance? I am in the real pinch, Please help me. --~--~-~--~~~---~--~~ You received this message because

Re: Generic Relation: Alter Table

2007-12-20 Thread madhav
I did it, but its not showing up the new field(which is "summary" in my case) in the Create Statement, nor is at the Alter table part. On Dec 20, 5:59 pm, "Patryk Zawadzki" <[EMAIL PROTECTED]> wrote: > 2007/12/20, madhav <[EMAIL PROTECTED]>: > > > >

Generic Relation: Alter Table

2007-12-20 Thread madhav
as a part of using generic relations, i got struck up at one point, where i need to run the sql to have a field: summary = generic.GenericRelation(Summary) where Summary is a class defined as: class Summary(models.Model): id = models.AutoField(primary_key=True) content_type = models.Fore