The etx_DropSynWlst() routine
The etx_DropSynWlst() routine drops a synonym list.
Syntax
etx_DropSynWlst (list_name)
Element | Purpose | Data type |
---|---|---|
list_name | Name of the synonym list you want to drop | CHAR (18) |
Return type
None.
Usage
Use the etx_DropSynWlst() procedure to drop an existing synonym list. The database server drops the synonym list as long as no index is using it.
Example
The following example drops the
synonym list named my_synonym:
EXECUTE PROCEDURE etx_DropSynWlst ('my_synonym');