Re: PostgreSQL compilation with custom table name length
От | Tom Lane |
---|---|
Тема | Re: PostgreSQL compilation with custom table name length |
Дата | |
Msg-id | 11767.1037890630@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | PostgreSQL compilation with custom table name length (Henry Pedask <henry@sekretar.ee>) |
Ответы |
Re: PostgreSQL compilation with custom table name
7.3RC1 ?? Re: PostgreSQL compilation with custom table name length |
Список | pgsql-general |
Henry Pedask <henry@sekretar.ee> writes: > 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. You probably skipped doing "make clean" before "make all"; you need to be sure that everything gets recompiled after making such a change. Or you could move to 7.3rc1 --- NAMEDATALEN is 64 by default in 7.3. regards, tom lane
В списке pgsql-general по дате отправления: