Hihow to create table name with size, the limitation we are facing is 63 lengththese are dynamic tables created from applicationissue is:we cannot suggest/tell client to change NAMEDATALEN constant in src/include/pg_config_manual.hdo 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.