Re: What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?
Дата
Msg-id BANLkTimLUK_s1nwsSN_zXWS4-PV+5J9Nmg@mail.gmail.com
обсуждение исходный текст
Ответ на What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?  (Dann Corbit <DCorbit@connx.com>)
Список pgsql-hackers
On Tue, Apr 26, 2011 at 1:35 PM, Dann Corbit <DCorbit@connx.com> wrote:
> I need to know so that I can handle cases like:
>
> Create table foolongcols(
>        nevermindthefurthermorejustpleadinselfdefense char(5),
>        nevermindthefurthermorejustpleadguilty char(5)
> );
>
> I assume that other object names (table name, function name, etc.) are similarly affected.  Is that correct?

It looks like the 32->64 change went in 7.3.   (see:
http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/postgres_ext.h)

merlin


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

Предыдущее
От: Dann Corbit
Дата:
Сообщение: What was the exact version of PostgreSQL where the column name length changed from 31 to 63 characters?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad COMPACT_ALLOC_CHUNK size in tsearch/spell.c?