UnloadLabeledMapping

Unloads a specific mapping from a Pulse session. The mapping continues to exist, and a user can later reload it, if needed.

Syntax

SELECT unloadLabeledMapping(USING PARAMETERS mapName='normalization' [, language='lang'][, label='label']) OVER();

Parameters

Argument Description
mapName The name of the mapping from which you are unloading the dictionary.
language

The language:

  • 'english' or 'en'
  • 'spanish' or 'es'
label The label of the mapping that you want to unload.

Examples

select unloadLabeledMapping(standard USING PARAMETERS label='custom_mapping') OVER();
			
success
---------
t
(1 row)