From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Ralf Praschak <ralf(dot)praschak(at)gmx(dot)net> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: alter database name length |
Date: | 2002-12-05 03:35:27 |
Message-ID: | 200212050335.gB53ZR804749@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
We have increased identifier length in 7.3, and in 7.2 you can alter
include/postgres_ext.h NAMEDATALEN and recompile everything, including
client applications/interfaces.
There is another limit, but one good thing is that in 7.2, I think,
SM_DATABASE in src/include/pqcomm.h is already 64, so if you up the
NAMEDATALEN, it should work.
---------------------------------------------------------------------------
Ralf Praschak wrote:
> hello list!
>
> i want to use database names that are longer than 32 characters.
> i found that in pg_database the field datname is responsible for this
>
> how can i change the length?
> i am using postgresql 7.2.1
>
> greets
> ralf praschak
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | shreedhar | 2002-12-05 04:54:34 | Re: Disabling triggers on a relation. |
Previous Message | Ralf Praschak | 2002-12-05 02:47:28 | alter database name length |