Re: Table Sizes

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Table Sizes
Date: 2003-03-14 04:37:43
Message-ID: 200303141007.43467.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


You need to install the contrib/dbsize
package.

Yes it will work from psql. Not sure though
if this contrib package is bundled with
pgsql 7.2.3 , with 7.3.2 yes.

regds
mallah.

On Thursday 13 Mar 2003 10:39 pm, you wrote:
> I assume these command need to be run within psql? They don't work for me.
> Could it be specific to a newer version? We are using 7.2.3
> Thanks
> Jodi
>
> ----- Original Message -----
> From: "Rajesh Kumar Mallah" <mallah(at)trade-india(dot)com>
> To: "Ogden Nefix" <onefix(at)waste(dot)org>; <pgsql-admin(at)postgresql(dot)org>
> Sent: Monday, March 10, 2003 4:45 AM
> Subject: Re: [ADMIN] Table Sizes
>
>
> >
> > use contrib/dbsize
> >
> > 1. select relation_size('schemaname.tablename');
> > 2. select database_size('databasename');
> >
> >
> > function 1 does not works with tablename in miXed CaSe.
> >
> >
> > regds
> > mallah.
> >
> > On Monday 10 Mar 2003 2:21 am, Ogden Nefix wrote:
> > > Hi,
> > >
> > > Is it possible to find out the size of certain tables in PostgreSQL? If
> > > so, how?
> > >
> > > Thank you
> > >
> > > Ogden
> > >
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 4: Don't 'kill -9' the postmaster
> > >
> > >
> >
> > --
> >
> > Regds
> > Mallah
> >
> > ----------------------------------------
> > Rajesh Kumar Mallah,
> > Project Manager (Development)
> > Infocom Network Limited, New Delhi
> > phone: +91(11)6152172 (221) (L) ,9811255597 (M)
> >
> > Visit http://www.trade-india.com ,
> > India's Leading B2B eMarketplace.
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
> >
>
>
>

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-03-14 04:55:15 Re: inserts slow on table of about 600K recs
Previous Message Joe Hudson 2003-03-14 03:49:14 inserts slow on table of about 600K recs