Truncating column names - Mailing list pgsql-hackers

From Adam Rose
Subject Truncating column names
Date
Msg-id Pine.LNX.4.21.0102231154340.5508-100000@mail.eaze.net
Whole thread Raw
Responses Re: Truncating column names  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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 NOTICE: truncating ...

Your help is greatly appreciated.

-- 
Adam Rose
Systems Programmer/Jr. Systems/Network Administrator
adamr@eaze.net






pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CommitDelay performance improvement
Next
From: Bruce Momjian
Date:
Subject: Re: Lock structures