Creates a text configuration object.
CREATE TEXT CONFIGURATION max_term_sixteen FROM default_char;
ALTER TEXT CONFIGURATION max_term_sixteen MAXIMUM TERM LENGTH 16;
Create a text configuration object using another text configuration object as a template, then alter the options as needed using the ALTER TEXT CONFIGURATION statement.
To view the list of all text configuration objects and their settings in the database, query the SYSTEXTCONFIG system view.
All text configuration objects have PUBLIC access. Any user with privilege to create a TEXT index can use any text configuration object.