Re: Table name lengths...

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Table name lengths...
Дата
Msg-id 200309021824.55800.dev@archonet.com
обсуждение исходный текст
Ответ на Table name lengths...  (Chris Bowlby <excalibur@hub.org>)
Ответы Re: Table name lengths...  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Table name lengths...  (Chris Bowlby <excalibur@hub.org>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: segfaults / backend crashing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Any way to Convince postgres to push join clause inside subquery aggregate?