table names - Mailing list pgsql-general

From K. Ari Krupnikov
Subject table names
Date
Msg-id 3BF539E4.4F965A4E@cogsci.ed.ac.uk
Whole thread Raw
Responses Re: table names  (Brent Verner <brent@rcfile.org>)
Re: table names  (Brent Verner <brent@rcfile.org>)
List pgsql-general
from 7.1 release notes:

> Store tables as files named by OID (Vadim)

until i upgraded to 7.1(.3), i used to track table sizes simply with ls
-l. is there a simple way to see how much space a table takes on disk,
short of

select 'ln -s ' || oid || ' ' || relname from pg_class
where relname not like 'pg%';

ari.

pgsql-general by date:

Previous
From: Gabriel Fernandez
Date:
Subject: Re: Precision problems with float8
Next
From: Stephan Szabo
Date:
Subject: Re: index on numbers not honoured