Re: Extending table name max length

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extending table name max length
Дата
Msg-id 24516.1018891930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extending table name max length  (Tony Griffiths <tony.griffiths@cs.man.ac.uk>)
Список pgsql-admin
Tony Griffiths <tony.griffiths@cs.man.ac.uk> writes:
> I had assumed that there would be a single header file that sets the max
> name length, but it loos like the esql precompiler didn't pick up the
> amended max name length.

Did you remember to recompile ecpg?  AFAICT it uses the same NAMEDATALEN
symbol as everyplace else.

In general, when making a system-wide configuration change like that
one, it'd be a good idea to "make clean" at the top level, then do a
full make, make install, initdb cycle.

If you did all that, another possibility is an include file search path
problem: perhaps the ecpg compile picked up a previously-installed
postgres_ext.h with the wrong NAMEDATALEN value.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Databases in memory (-->flashdrive problem)
Следующее
От: Charlie Toohey
Дата:
Сообщение: psql command line history not working