> In most cases developers don’t care about index, unique, foreign key, or primary key names (from a coding standpoint)
Until the day they'd like to write a reliable database change script.
(PG's internal conventions for object names _have_ changed over the years)
Karsten