Re: Max length name of a database/schema

From: Ian Barwick <barwick(at)gmail(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Fred BROUARD - SQLpro <brouardf(at)club-internet(dot)fr>, pgsql-general(at)postgresql(dot)org
Subject: Re: Max length name of a database/schema
Date: 2004-11-01 10:05:09
Message-ID: 1d581afe04110102053e1355a8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 1 Nov 2004 10:20:14 +0100, Martijn van Oosterhout
<kleptog(at)svana(dot)org> wrote:
> All the same, there is only one "identifier" type.
>
> It got bigger recently, but it's either 31 or 63 characters... Look
> through the documentation.

It's been 63 characters since 7.2 or 7.3. See
src/include/postgres_ext.h and look for NAMEDATALEN.

Ian Barwick
barwick(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joachim Wieland 2004-11-01 11:04:01 Re: oracle synchronization strategy
Previous Message Martijn van Oosterhout 2004-11-01 09:20:14 Re: Max length name of a database/schema