Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== text configurations ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Original SQL ===== <code sql> -- IQX database structure split by table -- Source: IQXDatabaseStructure - with comments.sql -- Contents: __text_configurations.sql -- Statement count: 8 ------------------------------------------------- -- Create text configurations ------------------------------------------------- ALTER TEXT CONFIGURATION "SYS"."default_char" TERM BREAKER GENERIC go ALTER TEXT CONFIGURATION "SYS"."default_nchar" TERM BREAKER GENERIC go ALTER TEXT CONFIGURATION "SYS"."default_char" MINIMUM TERM LENGTH 1 go ALTER TEXT CONFIGURATION "SYS"."default_nchar" MINIMUM TERM LENGTH 1 go ALTER TEXT CONFIGURATION "SYS"."default_char" MAXIMUM TERM LENGTH 20 go ALTER TEXT CONFIGURATION "SYS"."default_nchar" MAXIMUM TERM LENGTH 20 go ALTER TEXT CONFIGURATION "SYS"."default_char" STOPLIST '' go ALTER TEXT CONFIGURATION "SYS"."default_nchar" STOPLIST '' go </code> database/other/text_configurations.txt Last modified: 2026/08/07 19:24by 127.0.0.1