[HACKERS] Truncating column names

2001-02-23 Thread Adam Rose
Linux 2.2.14 Postgres 7.0.3 DBI 1.14 I am working on Freeside and need to have above 31 character column names. I need postgresql to stop auto-truncating when a create command is executed. I have tried editing /src/include/postgres_ext.h and set the NAMEDATELEN to 64 and it still gives me a

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