index naming conventions

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема index naming conventions
Дата
Msg-id 3B96C7B7.5090600@selectacast.net
обсуждение исходный текст
Ответы Re: index naming conventions
Список 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 по дате отправления:

Предыдущее
От: Arne Weiner
Дата:
Сообщение: Re: many junction tables
Следующее
От: Nico
Дата:
Сообщение: plpgsql, fk inherited tables