Re: column name length

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: column name length
Дата
Msg-id 3C895849.8010609@joeconway.com
обсуждение исходный текст
Ответ на column name length  (Felipe Nascimento <Felipe.Nascimento@multivalor.com.br>)
Список pgsql-admin
Felipe Nascimento wrote:
> Is there a max length (number of characters) to column names??
>
> I received the following:
> identifier "petb_convidado_partida_participante" will be truncated to
> "petb_convidado_partida_particip"
>
> Tks
> Felipe
>

Yes -- it is 31 characters max by default. You can change it, but only
by modifying the source code and recompiling.

HTH,

Joe


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

Предыдущее
От: Felipe Nascimento
Дата:
Сообщение: column name length
Следующее
От: Bhuvan A
Дата:
Сообщение: pg_dump issue across different versions (7.1.2 & 7.2).