index naming conventions

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: index naming conventions
Date: 2001-09-06 00:47:51
Message-ID: 3B96C7B7.5090600@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2001-09-06 02:29:55 Re: recovering a control file from a shutdown database....
Previous Message Gabriel Fernandez 2001-09-06 00:06:53 FOREIGN KEY: MATCH FULL