|
|
|
|
|
by joevandyk
5166 days ago
|
|
perhaps he meant a foreign key, not primary key. postgresql doesn't automatically create indexes for foreign keys. > Is there a fundamental difference to the default pkey index versus an explicitly created index? i don't know of any in practice. |
|
I believe the difference would be on the constraint. A primary key is intended to be unique, where as an index does not alway carry that constraint.