Thanks, applied. On Wed, Apr 15, 2009 at 3:24 AM, Chuck McDevitt <[email protected]> wrote: > Greenplum stores the number of rows per segmentDatabase (actually the max of > any of the segDBs) in pg_class.reltuples, not the total number of tuples. > > This causes the stats to display wrong values, and causes pgAdmin to warn > that Analyze is needed when it is not. > > This simple patch multiplies the reltuples x gp_segments, so that we get a > better value. > > Of course, it only does this for Greenplum connections. > > >
-- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
