PostgreSQL compilation with custom table name length

Поиск
Список
Период
Сортировка
От Henry Pedask
Тема PostgreSQL compilation with custom table name length
Дата
Msg-id 5.1.0.14.0.20021121115928.086f0858@mail.aasa.ee
обсуждение исходный текст
Ответ на Changing the type of a column in an already populated database.  (David Pradier <dpradier@apartia.fr>)
Ответы Re: PostgreSQL compilation with custom table name length  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I want to use PostgreSQL with this CMS system EZ Publish
But installation manual of EZ Publish says that if I want to use PostgreSQL with EZ, Postgre has to be compiled with:
NAMEDATALEN 64 (instead of 32)
in the source file : src/include/postgres_ext.h
When I compile postgre 7.2.3 with that change, it compiles ok, but it can't create databases/database tables on my
RedHat8.0system. (I can create tables without that change)  
'initdb' crashes.

If they suggests to do that, I guess it should be possible, but with which version of postgre and/or on which system is
sucha change possible? 


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

Предыдущее
От: David Pradier
Дата:
Сообщение: Changing the type of a column in an already populated database.
Следующее
От: Tony Grant
Дата:
Сообщение: test