Extending table name max length

Поиск
Список
Период
Сортировка
От Tony Griffiths
Тема Extending table name max length
Дата
Msg-id 3CB6D055.B0592E1C@cs.man.ac.uk
обсуждение исходный текст
Ответы Re: Extending table name max length  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hi,
I need to extend the maximum name length for tables as the databases
that I'm using use automatically generated tables names that can get
quite lengthy. I've managed to find the appropriate header file to set
the max name length so that calls to create tables from the psql command
line work ok (by recompiling from source). But now I need to access
these created tables from within embedded sql.

I had assumed that there would be a single header file that sets the max
name length, but it loos like the esql precompiler didn't pick up the
amended max name length. Can anyone therefore tell me where I should
start to look for the appropriate header file to allow max name lengths
for the esql precompiler to be extended.

Hope this is the correct mailing list for this question.

Many thanks,
--
Tony

---------------------------------
Dr. Tony Griffiths
Research Fellow
Information Management Group,
Department of Computer Science,
The University of Manchester,
Oxford Road,
Manchester M13 9PL,
United Kingdom

Tel. +44 (0) 161 275 6139
Fax +44 (0) 161 275 6236
email tony.griffiths@cs.man.ac.uk
---------------------------------

В списке pgsql-admin по дате отправления:

Предыдущее
От: daleedom@hightowergroup.com (David A. Leedom)
Дата:
Сообщение: Max Number of Databases on a Server.
Следующее
От: "mark carew"
Дата:
Сообщение: Re: table dump