Re: Assigning fixed OIDs to system catalogs and indexes - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Assigning fixed OIDs to system catalogs and indexes
Date
Msg-id 20050413021043.GF12223@dcc.uchile.cl
Whole thread Raw
In response to Re: Assigning fixed OIDs to system catalogs and indexes  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Wed, Apr 13, 2005 at 09:54:28AM +0800, Christopher Kings-Lynne wrote:
> >So some changing-oid operations like vacuum full, reindex, etc will not
> >affect these system catalogs?
> 
> Is it possible to cluster system tables?

No.  And then, some catalogs are only allowed to be reindexed in place.
(I think only shared catalogs.)

VACUUM FULL does not change the Oid, does it?

-- 
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Siempre hay que alimentar a los dioses, aunque la tierra esté seca" (Orual)


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: ISO-8859-1 encoding not enforced?
Next
From: "Qingqing Zhou"
Date:
Subject: Re: Assigning fixed OIDs to system catalogs and indexes