Table name length (maximum identifier length)

From: "Mourad EL HADJ MIMOUNE" <mimoune(at)ensma(dot)fr>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Table name length (maximum identifier length)
Date: 2002-06-24 08:16:07
Message-ID: 002f01c21b57$64489be0$71a337c1@ensma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I want CREATE TABLES WHICH HAVE a name length more than 31.
I change NAMEDATALEN in src/include/postgres_ext.h from 32 to 100 and
recompile the source code. I init the database and create a test base but
the maximum identifier length is still 31.
Can someone explain me what I must do to change this.
Thanks.
Mourad.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2002-06-24 09:33:20 Re: SQL server application porting headache
Previous Message Tomisaw Kityski 2002-06-24 08:08:23 SERIAL and RULE of "ON INSERT" kind