Re: Table name lengths... - Mailing list pgsql-general

From Richard Huxton
Subject Re: Table name lengths...
Date
Msg-id 200309021824.55800.dev@archonet.com
Whole thread Raw
In response to Table name lengths...  (Chris Bowlby <excalibur@hub.org>)
Responses Re: Table name lengths...  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Table name lengths...  (Chris Bowlby <excalibur@hub.org>)
List 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

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: segfaults / backend crashing
Next
From: Tom Lane
Date:
Subject: Re: Any way to Convince postgres to push join clause inside subquery aggregate?