Re: [HACKERS] Minor bug: inconsistent handling of overlength names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Minor bug: inconsistent handling of overlength names
Дата
Msg-id 17415.903801570@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Minor bug: inconsistent handling of overlength names  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Minor bug: inconsistent handling of overlength names
Re: [HACKERS] Minor bug: inconsistent handling of overlength names
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> I believe Tom Lane has fixed this.
>> On Sun, 26 Jul 1998, Tom Lane wrote:
>>>> DROP INDEX fails on overlength table names:

No, I have *not* fixed it, I only complained about it ;-).

I like your idea of truncating names to 31 characters in the parser;
this should solve the problem globally.  (Most likely, if DROP INDEX
has a bug then the same bug may exist elsewhere as well.)

Is the limit 31 not 32?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] tuple return from function
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Can I distinguish identically named columns in joined tables?