Re: [SQL] Column name's length

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Zalman Stern <zalman(at)netcom(dot)com>
Cc: tpham(at)mail(dot)priority(dot)net, pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Column name's length
Date: 1999-06-01 06:36:52
Message-ID: 199906010636.CAA17071@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I recompiled my server with support for longer (128 character max) table
> names. (This was a bit tricky because you have to change things in two
> places.) 32 character limits are rather low. 64 or 128 are more reasonable.
> (Yes, I know this is controversial. The problem I was having is analogous
> to the SERIAL problem: table names are made by concatenating together a few
> fields. Each of thee fields can reasonably be 15 or 20 characters. So while
> 32 characters is fine for a single human generated identifier, it is not
> long enough for other purposes.)

And I assume it is working fine?

--
Bruce Momjian | http://www.op.net/~candle
maillist(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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Remigiusz Sokolowski 1999-06-01 06:41:07 Re: [SQL] indexes
Previous Message Bruce Momjian 1999-06-01 02:41:14 Re: [SQL] Column name's length