> -----Original Message-----
> From: Constantin Stefanov [mailto:[EMAIL PROTECTED] 
> Sent: 23 October 2003 08:59
> To: [EMAIL PROTECTED]
> Subject: Re: [pgadmin-support] Very slow viewing of large table.
> 
> > SELECT relname, reltuples FROM pg_class;
> For my table there is
> ------------------------------
> accounting# SELECT relname, reltuples FROM pg_class where 
> relname='ip_accounting';
>      relname    |  reltuples
> ---------------+-------------
>   ip_accounting | 7.71493e+07
> ------------------------------
> May be there is some overflow or incorrect result parsing?

Hmm, shouldn't be - the code appears to use longs everywhere. I can't
really spend time on this now though - Andreas, can you take a look
please?

Thanks, Dave.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to