Sequence names have 64 character limit?

Поиск
Список
Период
Сортировка
От Carlo Stonebanks
Тема Sequence names have 64 character limit?
Дата
Msg-id BLU0-SMTP9282151044ABC2F2EFB408B1BF0@phx.gbl
обсуждение исходный текст
Ответы Re: Sequence names have 64 character limit?  (Jerry Sievers <gsievers19@comcast.net>)
Список pgsql-general

Whenever I attempt to create a sequence whether this is done directly via CREATE SEQUENCE or indrirectly vial declaring a column as SERIAL, PG truncates it to 64 characters. Is this a documented limitation? I can’t find a reference to it. Is it possible to change this limitation?

 

Our table names are and fully descriptive, and our code depends on a predictable sequence naming convention of the PG default <table>_<column>_seq.

 

Yes, I know that it’s not a great idea to depend on consistent naming conventions!

 

Carlo

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

Предыдущее
От: Davi Duarte
Дата:
Сообщение: Pl/Python error when import "from __future__"
Следующее
От: Carlo Stonebanks
Дата:
Сообщение: Sequence names have 64 character limit?