Maximum characters in labels (table names, columns etc)
You ask: Is there a command that can change this maximum length? Is this length the same for other names (columns, tables etc)? The manual answers here: 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 … Read more