length(columnname)<=31 ?

Поиск
Список
Период
Сортировка
От Andreas Fitzner
Тема length(columnname)<=31 ?
Дата
Msg-id 20020113212701.A25110@jazz.informatik.hu-berlin.de
обсуждение исходный текст
Список pgsql-novice
Hi,

I tried to install OpenInteract (www.openinteract.org), but failed
because obviously postgresql seems to truncate the columnames to 31
character. Is there a way to have longer columnnames under postgresql?


opensci=# create table ThisIsAReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyReallyLongTableName
(testint); 
NOTICE:  identifier "thisisareallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallyreallylongtablename" will
betruncated to "thisisareallyreallyreallyreally" 
CREATE
opensci=#


grateful for any hints,
 regards Andreas

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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Table with default value
Следующее
От: Andreas Fitzner
Дата:
Сообщение: length(columnname), solved