Re: [HACKERS] Re: [SQL] Column name's length

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Re: [SQL] Column name's length
Дата
Msg-id 3754F837.AB018DCA@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: [SQL] Column name's length  (wieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Re: [SQL] Column name's length  (wieck@debis.com (Jan Wieck))
Список pgsql-hackers
Jan Wieck wrote:
> 
> >
> > I understand some folks think this is a problem, but have been
> > reluctant to include a "randomizer" in the created index name since it
> > would make the index name less clearly predictable. May as well use
> > something like "idx_<procid>_<timestamp>" or somesuch...
> >
> > No real objection though, other than aesthetics. And those only count
> > for so much...
> 
>     I've  been  wondering  for  some time why at all to build the

And me -:)

>     index and sequence names from those table/fieldnames. Only to
>     make them guessable?
> 
>     What  about building them from the tables OID plus the column
>     numbers.  That way, auto  created  sequences  could  also  be
>     automatically  removed on a DROP TABLE because the system can
>     "guess" them.

Actually, we should use names not allowed in CREATE statements!
So I would use "pg_" prefix...

Vadim


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

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] Column name's length
Следующее
От: Keith Parks
Дата:
Сообщение: Rules puzzle with "current" keyword.