Re: Disk Utilization Increases And Time for Vacuum Increases. - Mailing list pgsql-admin

From Tom Lane
Subject Re: Disk Utilization Increases And Time for Vacuum Increases.
Date
Msg-id 16476.1062041427@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disk Utilization Increases And Time for Vacuum Increases.  (Curt Sampson <cjs@cynic.net>)
List pgsql-admin
Curt Sampson <cjs@cynic.net> writes:
> I'm not actually sure why there would be a problem (aside from
> performance) in removing and rebuilding an index on a system table,

All the hard-coded low-level stuff that expects the index to be there
blows up.

This might possibly be made to work for indexes on inessential catalogs
like pg_statistic, but I can't imagine it working for pg_attribute...

            regards, tom lane

pgsql-admin by date:

Previous
From: Curt Sampson
Date:
Subject: Re: Disk Utilization Increases And Time for Vacuum Increases.
Next
From: "Chris Brown"
Date:
Subject: How do i get the location or -D paramter to accept a windows path using cygwin postgresql