Feature request : Remove identifier length constraints

Поиск
Список
Период
Сортировка
От Thomas Swan
Тема Feature request : Remove identifier length constraints
Дата
Msg-id 3B17B19E.3090309@olemiss.edu
обсуждение исходный текст
Ответы RE: Feature request : Remove identifier length constraints  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
I just got bit by the identifier name is too long and will be truncated 
limitation in Postgresql.

AFIAA there is a limit of 64 characters for identifiers (names of 
tables, sequences, indexes, etc...)

I had just started to get in the habit of using serial data types until 
I made to tables with long names and the automatic sequence names that 
were generated conflicted, *ouch* ...

Is there the possibility of a name conflict resolution during the table 
creation phase similar to "the name I want to assign is already taken, 
so I'll pick a different name..." on the serial data type?





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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: [GENERAL] Re: extra syntax on INSERT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Can the backend return more than one error message per PQexec?