Re: Allowing for longer table names (>64 characters) - Mailing list pgsql-general

From Allan Kamau
Subject Re: Allowing for longer table names (>64 characters)
Date
Msg-id ab1ea6540911200142o86b0c6fof984796438013a29@mail.gmail.com
Whole thread Raw
In response to Re: Allowing for longer table names (>64 characters)  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: Allowing for longer table names (>64 characters)  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: Allowing for longer table names (>64 characters)  (Tino Wildenhain <tino@wildenhain.de>)
Re: Allowing for longer table names (>64 characters)  ("Bret" <bret_stern@machinemanagement.com>)
List pgsql-general
On Fri, Nov 20, 2009 at 11:21 AM, A. Kretschmer
<andreas.kretschmer@schollglas.com> wrote:
> In response to Allan Kamau :
>> Hi all,
>> I would like to increase the database objects names limit from 64
>> characters to may be 128 characters to avoid name conflicts after
>> truncation of long table/sequence names.
>> I have seen a solution to this sometime back which includes (building
>> from source) modifying a header file then recompiling, but I now
>> cannot find this information.
>
> In the source-tree, src/include/pg_config_manual.h , change NAMEDATALEN.
> But i think it's a bad idea ... 64 characters are enough for me.
>
>
> Andreas
> --
> Andreas Kretschmer
> Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
> GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

Thanks Andreas, I too agree it may not be a good idea to have long for
various reasons including porting/upgrading issues and so on, as I
have many tables, I seem to have been caught up in describing table
functionality in the table name :-)

Allan.

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Allowing for longer table names (>64 characters)
Next
From: nicola zandonà
Date:
Subject: how to use a cursor for update?