Re: pg_avd

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Neil Conway" <neilc(at)samurai(dot)com>, "PostgreSQL Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_avd
Date: 2003-02-18 20:53:49
Message-ID: 001901c2d78f$d71c3380$6d00a8c0@sales4
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
> It might also be interesting to create a function that can return the free
space map
> size for a relation. That would allow you to know when there is little
> free space available for a table getting a lot of inserts.

I had thought about extending the stats system to report the FSM info
related to a particular table. It might be better as a function, not sure.

In response to

  • Re: pg_avd at 2003-02-18 18:54:10 from Bruce Momjian

Browse pgsql-patches by date

  From Date Subject
Next Message Dima Tkach 2003-02-18 22:58:06 Re: postgres error reporting
Previous Message Matthew T. O'Connor 2003-02-18 20:50:41 Re: pg_avd