Re: turn off auto index for foreign key - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: turn off auto index for foreign key
Date
Msg-id dcc563d10806092050y3f41ef00j95390d335e4d11c0@mail.gmail.com
Whole thread Raw
In response to turn off auto index for foreign key  ("Tommy Cheng" <csckcac@gmail.com>)
Responses Re: turn off auto index for foreign key  ("Tommy Cheng" <csckcac@gmail.com>)
List pgsql-admin
On Mon, Jun 9, 2008 at 8:48 PM, Tommy Cheng <csckcac@gmail.com> wrote:
> Hi admins,
>   I would like to turn off the auto index for child table's foreign key. It
> is because i want to read the information_schema for table, column, index,
> unique and so on after creating the database. How to turn off the auto
> behavior? Or Is there a way to distinguish between auto one and user created
> index?

There is no auto index creation for child relationships, only for the
parent (unique index for primary key etc)

pgsql-admin by date:

Previous
From: "Tommy Cheng"
Date:
Subject: turn off auto index for foreign key
Next
From: "Tommy Cheng"
Date:
Subject: Re: turn off auto index for foreign key