Re: FSM rewrite committed, loose ends - Mailing list pgsql-hackers

From Decibel!
Subject Re: FSM rewrite committed, loose ends
Date
Msg-id 3603F313-EDCE-4CC0-80F2-187A3253EB17@decibel.org
Whole thread Raw
In response to Re: FSM rewrite committed, loose ends  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
On Oct 2, 2008, at 10:32 AM, Robert Treat wrote:
> select pg_relation_size(tablename) from pg_tables;
>
> since pg_tables is presented as a more user-friendly option to  
> something like
> pg_class this might be something more widely used, plus we don't  
> have the
> easy way out of just telling them to use the oid instead like we do  
> with
> pg_class.


It would be really nice to have the table OID in pg_tables. That was  
one of the driving forces behind the pg_newsysviews project.
-- 
Decibel!, aka Jim C. Nasby, Database Architect  decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828



pgsql-hackers by date:

Previous
From: Decibel!
Date:
Subject: Re: Common Table Expressions applied; some issues remain
Next
From: Decibel!
Date:
Subject: Re: Bad error message