Truncating column names

From: Adam Rose <adamr(at)eaze(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Truncating column names
Date: 2001-02-23 17:59:15
Message-ID: Pine.LNX.4.21.0102231154340.5508-100000@mail.eaze.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)eaze(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-02-23 18:01:01 Re: Lock structures
Previous Message Tom Lane 2001-02-23 17:58:50 Re: Turkish locale bug