| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com> |
| Cc: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: table name size |
| Date: | 2016-06-13 12:10:16 |
| Message-ID: | CAKFQuwZVFJyamXKqs22XeMfoQLNWYAq_XXerVvAxB5yAQy5KDw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, Jun 13, 2016 at 7:21 AM, Sridhar N Bamandlapally <
sridhar(dot)bn1(at)gmail(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rakesh Kumar | 2016-06-13 12:13:09 | Re: BDR |
| Previous Message | Sridhar N Bamandlapally | 2016-06-13 11:21:37 | table name size |