Re: Extending table name max length - Mailing list pgsql-admin

From Tom Lane
Subject Re: Extending table name max length
Date
Msg-id 24516.1018891930@sss.pgh.pa.us
Whole thread Raw
In response to Extending table name max length  (Tony Griffiths <tony.griffiths@cs.man.ac.uk>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Databases in memory (-->flashdrive problem)
Next
From: Charlie Toohey
Date:
Subject: psql command line history not working