Re: contrib/dbsize

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: contrib/dbsize
Date: 2005-04-05 17:43:56
Message-ID: 4252CE5C.7010108@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can I take the new .c file, do a make install, and have it work in 7.4.7 ?

Michael Fuhr wrote:
> On Tue, Apr 05, 2005 at 01:25:01PM -0400, Joseph Shraibman wrote:
>
>>local]:o=>select version();
>> version
>>---------------------------------------------------------------------------------------------------------
>> PostgreSQL 7.4.7 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2
>>20030222 (Red Hat Linux 3.2.2-5)
>>(1 row)
>>
>>[local]:o=>select relation_size('pg_am_oid_index');
>>ERROR: "pg_am_oid_index" is an index
>
>
> Looks like this has been fixed in PostgreSQL 8.x.
>
> http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dbsize/dbsize.c
>
> test=> SELECT version();
> version
> --------------------------------------------------------------------------------
> PostgreSQL 8.0.2beta1 on sparc-sun-solaris2.9, compiled by GCC gcc (GCC) 3.4.2
> (1 row)
>
> test=> SELECT relation_size('pg_am_oid_index');
> relation_size
> ---------------
> 16384
> (1 row)
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message somee 2005-04-05 17:56:49 change attnum in pg_catalog.pg_attribute
Previous Message Michael Fuhr 2005-04-05 17:36:15 Re: contrib/dbsize