Re: table name size

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: table name size
Дата
Msg-id CAKFQuwZVFJyamXKqs22XeMfoQLNWYAq_XXerVvAxB5yAQy5KDw@mail.gmail.com
обсуждение исходный текст
Ответ на table name size  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Ответы Re: table name size  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Список pgsql-general
On Mon, Jun 13, 2016 at 7:21 AM, Sridhar N Bamandlapally <sridhar.bn1@gmail.com> wrote:
Hi

how to create table name with size, the limitation we are facing is 63 length

these are dynamic tables created from application

issue is: 
we cannot suggest/tell client to change NAMEDATALEN constant in src/include/pg_config_manual.h

do we have any other option, 


​Ensure that the application's algorithm for generating names doesn't generate names that exceed 63 characters.​

​If you're asking if there a runtime setting to control this the answer is no.​

​David J.​

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

Предыдущее
От: Sridhar N Bamandlapally
Дата:
Сообщение: table name size
Следующее
От: Rakesh Kumar
Дата:
Сообщение: Re: BDR