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

From Ron Johnson
Subject Re: Table name lengths...
Date
Msg-id 1062524209.7340.227.camel@haggis
Whole thread Raw
In response to Table name lengths...  (Chris Bowlby <excalibur@hub.org>)
Responses Re: Table name lengths...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 2003-09-02 at 11: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...

No matter how long PostgreSQL lets you make table names, I'd stick
with ANSI standard 31 characters.

--
-----------------------------------------------------------------
Ron Johnson, Jr. ron.l.johnson@cox.net
Jefferson, LA USA

Causation does NOT equal correlation !!!!!!!!


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Any way to Convince postgres to push join clause inside subquery aggregate?
Next
From: Alvaro Herrera
Date:
Subject: Re: Table name lengths...