PostgreSQL compilation with custom table name length - Mailing list pgsql-general

From Henry Pedask
Subject PostgreSQL compilation with custom table name length
Date
Msg-id 5.1.0.14.0.20021121115928.086f0858@mail.aasa.ee
Whole thread Raw
In response to Changing the type of a column in an already populated database.  (David Pradier <dpradier@apartia.fr>)
Responses Re: PostgreSQL compilation with custom table name length  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: David Pradier
Date:
Subject: Changing the type of a column in an already populated database.
Next
From: Tony Grant
Date:
Subject: test