Re: Problem - PostgreSQL Truncating Column Names to 63 Characters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem - PostgreSQL Truncating Column Names to 63 Characters
Дата
Msg-id 24862.1116003348@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem - PostgreSQL Truncating Column Names to 63 Characters  (Darren Houston <darren.houston@gmail.com>)
Список pgsql-general
Darren Houston <darren.houston@gmail.com> writes:
> PostgreSQL is truncating the column names down to 63 characters, and
> some of my names need to be a little larger than that. Is a 63 column
> name length a limit in PostgreSQL, or is there a
> setting/function/compile time option I can enact to overcome this
> problem?

See NAMEDATALEN ... the pghackers archives contain some traffic about
the performance penalty for increasing it ...

            regards, tom lane

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

Предыдущее
От: Aly Dharshi
Дата:
Сообщение: Re: [ANNOUNCE] SECURITY RELEASES: 7.2.8 - 7.3.10 - 7.4.8
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem - PostgreSQL Truncating Column Names to 63 Characters