I am using postgres (PostgreSQL) 8.1.9 on CentOS 5 x86_64
On Tue, Jun 10, 2008 at 11:50 AM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
There is no auto index creation for child relationships, only for theOn Mon, Jun 9, 2008 at 8:48 PM, Tommy Cheng <csckcac@xxxxxxxxx> 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?
parent (unique index for primary key etc)