Re: Can the the max identifier lengths be adjusted?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: oberpwd(at)anubis(dot)network(dot)com (Wade D(dot) Oberpriller)
Cc: pgsql-general(at)postgresql(dot)org (general-help postgresql)
Subject: Re: Can the the max identifier lengths be adjusted?
Date: 2000-09-26 15:07:34
Message-ID: 23378.969980854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

See NAMEDATALEN in src/include/postgres_ext.h. Note that changing this
requires a full recompile and an initdb. I'd recommend keeping it a
multiple of 4 to avoid wasting space due to alignment padding.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michelle Murrain 2000-09-26 15:11:52 Re: web programming
Previous Message Adam Rossi 2000-09-26 15:01:53 Re: web programming