Actions
Support #8354
closedSardara Database - extend maximum characters in labels
Start date:
May 04, 2017
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
I would like to extend the maximum number of characters for labels (table names) in the PostgreSQL Sardara database (sardara_world on db-tuna.d4science.org)
As explained here: https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS
"The system uses no more than NAMEDATALEN-1 bytes of an identifier; longer names can be written in commands, but they will be truncated. By default, NAMEDATALEN is 64 so the maximum identifier length is 63 bytes. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in src/include/pg_config_manual.h."
Could you extend NAMEDATALEN to 100 ?
Thanks,
Paul
Actions