Re: index keeps on growing - Mailing list pgsql-admin

From Tom Lane
Subject Re: index keeps on growing
Date
Msg-id 3750.1024493131@sss.pgh.pa.us
Whole thread Raw
In response to Re: index keeps on growing  (Brian McCane <bmccane@mccons.net>)
Responses Re: index keeps on growing
List pgsql-admin
Brian McCane <bmccane@mccons.net> writes:
> The perl script will allow you to rebuild your indexes (indices?) without
> having to kick out all of your users.  It reclaims all of the "holes" in
> the index files.  It does NOT preserve the "primary key" setting for an
> index, because as far as I can tell this doesn't actually make any
> difference, primary keys are just an UNIQUE index.

The primary-key marker does actually make a difference in just one case
(AFAIK): when you create a foreign key reference from another table,
the primary key serves to identify the default columns to reference.
If you drop the marker then subsequent attempts to create referencing
columns will have to explicitly identify the referenced columns.

            regards, tom lane

pgsql-admin by date:

Previous
From: Brian McCane
Date:
Subject: Re: index keeps on growing
Next
From: Paul Warner
Date:
Subject: pg_dump and restore problem (7.0.? to 7.2)