Re: disk usage advice needed

From: newsreader(at)mediaone(dot)net
To: pgsql-general(at)postgresql(dot)org
Subject: Re: disk usage advice needed
Date: 2001-05-02 15:54:37
Message-ID: 20010502115437.A6722@dragon.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 02, 2001 at 10:45:09AM -0400, Bruce Momjian wrote:
> > I wish these two tables to live on two separately.
>
> I just wrote two articles, one on performance and the other on writing
> PostgreSQL applications. You can get them at:
>
> http://candle.pha.pa.us/main/writings/pgsql/
>

Thank you very much. Your article was precisely what
I was looking for. It pointed out to me that I need this
query
select relfilenode,relname from pg_class where relname !~ '^pg';

Regards

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Wood 2001-05-02 16:52:18 Update Triggers & NULLs
Previous Message Per Schrder 2001-05-02 15:46:04 Re: Thread or not threads?