Re: Table name length (maximum identifier length)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mourad EL HADJ MIMOUNE <mimoune(at)ensma(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Table name length (maximum identifier length)
Date: 2002-06-24 14:42:47
Message-ID: 200206241442.g5OEgls23385@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mourad EL HADJ MIMOUNE wrote:
> 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.

That is very strange. It should have worked and has worked for others
in the past.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pablo Morales 2002-06-24 14:57:23 initdb
Previous Message Bruce Momjian 2002-06-24 14:39:03 Re: [GENERAL] Idea for the statistics collector