Alter a text configuration object

To alter a text configuration object (Sybase Central)

  1. Connect to the database as a user with DBA authority.

  2. In the left pane, click Text Configuration Objects.

  3. Right-click the text configuration object and choose Properties.

  4. Edit the text configuration object properties and click OK.

To alter a text index (SQL)

  1. Connect to the database as a user with DBA authority.

  2. Execute an ALTER TEXT CONFIGURATION statement. For example, the following statement alters the minimum term length for the myTxtConfig text configuration object:

    ALTER TEXT CONFIGURATION myTxtConfig
    MINIMUM TERM LENGTH 4;

    See Altering text configuration objects, and ALTER TEXT CONFIGURATION statement.

See also