Re: Table name length (maximum identifier length)

From: "Mourad EL HADJ MIMOUNE" <mimoune(at)ensma(dot)fr>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Table name length (maximum identifier length)
Date: 2002-06-25 12:52:18
Message-ID: 004b01c21c47$23b22b50$71a337c1@ensma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Thanks.

I tried what you said ("gmake clean", "gmake all" and then "gmake install")
without success.

If you have more precision to do these please inform me?!

Best regards,

Mourad.

> "Mourad EL HADJ MIMOUNE" <mimoune(at)ensma(dot)fr> writes:
> > 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.
>
> Did you actually recompile everything? (As in "gmake clean", "gmake all"
> in the top-level directory?) Did you remember to reinstall the modified
> binaries ("gmake install")?
>
> regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2002-06-25 12:58:44 Re: functions for date parsing.
Previous Message Andrew Sullivan 2002-06-25 12:31:45 Re: Some Solaris notes, and an invitation