Hope this question wasn't asked before. Does anyone know the character limit for domain names? For example if I write this:
CREATE DOMAIN d_complement_activite_etablissement AS character varying
it will create a domain with the name:
d_complement_activite_etabliss
(Yeah, I know how to count, but I want some more info on the subject).
Is there a command that can change this maximum length? Is this length the same for other names (columns, tables etc)?
See Question&Answers more detail:os