index naming conventions - Mailing list pgsql-general

From Joseph Shraibman
Subject index naming conventions
Date
Msg-id 3B96C7B7.5090600@selectacast.net
Whole thread Raw
Responses Re: index naming conventions
List pgsql-general
playpen=# create table jm(
playpen(# jid int NOT NULL,
playpen(# mid int  ,
playpen(# UNIQUE(jid, mid)
playpen(# );
NOTICE:  CREATE TABLE/UNIQUE will create implicit index 'jm_jid_key' for table 'jm'
CREATE

Why isn't the index created called 'jm_jid_mid_key' ?


--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com


pgsql-general by date:

Previous
From: Arne Weiner
Date:
Subject: Re: many junction tables
Next
From: Nico
Date:
Subject: plpgsql, fk inherited tables