Re: [HACKERS] Truncating column names

2001-02-23 Thread Adam Rose
To clarify further, I am using the RPMs from the postgresql.org website. I installed the SRPM, changed the /src/include/postgres_ext.h, retar-balled the postgres-7.0.3 dir, and reinstalled the rpms (rpm -e, rpm -Uvh). I don't know if this helps or if there is something I need to do further (prob

Re: [HACKERS] Truncating column names

2001-02-23 Thread Tom Lane
Adam Rose <[EMAIL PROTECTED]> writes: > I have tried editing /src/include/postgres_ext.h and set the NAMEDATELEN > to 64 and it still gives me a NOTICE: truncating ... That should work (did work, last I tried it). I suspect you failed to complete the follow-through: full rebuild, reinstall, init