GetAllDictionarySetLabels

Lists all the dictionary labels that are loaded into the current Pulse session. This function shows you which labels are currently in use. You can load only one dictionary of each type in a single session.

Syntax

SELECT GetAllDictionarySetLabels() OVER(); 

Examples

SELECT GetAllDictionarySetLables() OVER(); 
  label
---------
 default 
 sports_teams
(2 rows)