SetDefaultLanguage
Sets the new default language to use for Pulse functions if no language is specified in a Pulse function call.
Syntax
SetDefaultLanguage(language)
Parameters
Argument | Description |
---|---|
language |
The language:
|
Notes
- This function must be used with the OVER() clause.
- The default language immediately after installation is English.
- The language that is set when using this function is the default language across all sessions and is persistent across database restarts.
Examples
=> select setDefaultLanguage('es') over(); Success --------- t (1 row)