Can we add syntax for references auto create index or not. - Mailing list pgsql-hackers

From digoal zhou
Subject Can we add syntax for references auto create index or not.
Date
Msg-id CAKHd5CeEV9zw-J8u_wjtxAmL1Q-qdjPA0uH8CTFEGRgZ+oLrHA@mail.gmail.com
Whole thread Raw
Responses Re: Can we add syntax for references auto create index or not.  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
When we create table, some column use foreign key references.
Now PostgreSQL don't create index for the FK, and there is no problem.
But when some body need the index to speed up the query within these APP, they need to add the index manual one-by-one when has many tables.
If we can add syntax for auto create index for FK by user's choose, and default not create?

pgsql-hackers by date:

Previous
From: "Davin M. Potts"
Date:
Subject: Re: [Pgbuildfarm] buildfarm olinguito vs python
Next
From: "David G. Johnston"
Date:
Subject: Re: Can we add syntax for references auto create index or not.