Re: PostgreSQL's Identifier Length

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Amine Tengilimoglu <aminetengilimoglu(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL's Identifier Length
Date: 2020-10-02 13:04:42
Message-ID: CABUevEzSj0bWfGWGEf8PGpK9=O_j8iJbCKMpprXvKfi5fOPprA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Oct 2, 2020 at 3:00 PM Amine Tengilimoglu <
aminetengilimoglu(at)gmail(dot)com> wrote:

> Hello to everyone;
>
> I get an error like this: ATTENTION: The identifier "XXXxxx" will be
> truncated to "XXX.
> Is there a simple way to fix this error without any changes in the source
> code (I'm talking about NAMEDATALEN)? I guess there is not but I still
> wanted to ask..
>
>
You need to recompile PostgreSQL to change NAMEDATALEN (and also
re-initialize your database).

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Amine Tengilimoglu 2020-10-02 13:26:12 Re: PostgreSQL's Identifier Length
Previous Message Amine Tengilimoglu 2020-10-02 13:00:36 PostgreSQL's Identifier Length