ALTER TEXT CONFIGURATION Statement

Alters a text configuration object.

Syntax

ALTER TEXT CONFIGURATION  [  owner.]config-name
   STOPLIST stoplist 
   | DROP STOPLIST
   | { MINIMUM | MAXIMUM } TERM LENGTH integer
   |  TERM BREAKER 
      { GENERIC 
        [ EXTERNAL NAME  library-and-entry-point-name-string ] 
       | NGRAM }
   | PREFILTER EXTERNAL NAME library-and-entry-point-name-string
   | DROP PREFILTER

Parameters

Examples

Usage

TEXT indexes are dependent on a text configuration object. SAP Sybase IQ TEXT indexes use immediate refresh, and cannot be truncated; you must drop the indexes before you can alter the text configuration object. To view the settings for text configuration objects, query the SYSTEXTCONFIG system view.
Side Effects:
  • Automatic commit.

Permissions

TERM BREAKER or PREFILTER EXTERNAL NAME clause – Requires the CREATE ANY EXTERNAL REFERENCE system privilege, along with one of:
  • ALTER ANY TEXT CONFIGURATION system privilege.
  • ALTER ANY OBJECT system privilege.
  • You own the text configuration object.

All other clauses – Requires the ALTER ANY TEXT CONFIGURATION system privilege, regardless of whether the user is the owner of the configuration object.