The length of the name field in domain is limited to 20 characters in the GUI.
In the ready2use version longer entries are visible. I
s there a reason why the field is limited?
Apparently longer values would be possible
Thx
The length of the name field in domain is limited to 20 characters in the GUI.
In the ready2use version longer entries are visible. I
s there a reason why the field is limited?
Apparently longer values would be possible
Thx
Hi,
the limit 20 is set so that there are no special cases in which the concatenation of domain names, attribute names and other variables do not extend more than 63 characters in length (that is a postgresql limitation).
For the ready2use database there still are some domains with longer names for backward compatibility.