Need help changing NAMEDATALEN

From: "fhallais" <fhallais(at)intco(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Need help changing NAMEDATALEN
Date: 2002-03-05 17:16:45
Message-ID: 000801c1c469$8abd8190$0300a8c0@as13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi guys,

I am trying to recompile postgresql 7.2 to change the default
of namedatalen=32.

Following instructions in a patch for version 7.1, found in the
mailing list, I used the command:

./configure --prefix=/usr/local/pgsql \
--with-namedatalen=128 \
--with-CXX

I got no error messages, but it still doing a truncation of identifiers name at
length 32.

Can somebody help me ?

Thanks,

Flavio Hallais

InterNetworking Technologies Corporation
1515 University Drive # 112
Coral Springs, FL 33071
Tel. (954) 341-2226 Fax (954)341-2509

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vince Vielhaber 2002-03-05 17:27:32 Re: storing intermediate results in recursive plpgsql
Previous Message Bill McGonigle 2002-03-05 17:13:32 Re: pg_dumpall storing multiple copies of DB's?