Re: Possible patch for better index name choosing

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Possible patch for better index name choosing
Дата
Msg-id 1261432714.9031.4.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Possible patch for better index name choosing  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Possible patch for better index name choosing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On mån, 2009-12-21 at 00:03 -0500, Tom Lane wrote:
> Well, we could tamp down the risks considerably if we undid my point
> (1), namely to still consider only the first index column when
> generating a name.

I think putting all the column names into the index names instead of
only the first is a significant improvement that should be kept.  If we
can't do it properly in some cases, we should punt in some obvious way,
not pretend to do the correct thing but actually omit some bits.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tim Bunce
Дата:
Сообщение: First feature patch for plperl - second draft [PATCH]
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: Segfault from PL/Perl Returning vstring