Re: Table name lengths...

From: Richard Huxton <dev(at)archonet(dot)com>
To: excalibur(at)hub(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Table name lengths...
Date: 2003-09-02 17:24:55
Message-ID: 200309021824.55800.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 02 September 2003 17:55, Chris Bowlby wrote:
> Hi All,
>
> I've noticed that in the pg_type system table, there is a data type
> called "name", would that represent the definition of the table name
> space, including the max length a talbe name space could be? If so where
> would I find the same definition for the max name space for a sequence,
> or index...

All names are the same length. This is 64 characters, but I _think_ it can be
changed with a recompile.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-09-02 17:31:21 Re: Any way to Convince postgres to push join clause inside subquery aggregate?
Previous Message Joshua D. Drake 2003-09-02 17:12:55 Re: segfaults / backend crashing