GetPSFVersion - Teradata Database - Teradata Vantage NewSQL Engine

Application Programming Reference

Product
Teradata Database
Teradata Vantage NewSQL Engine
Release Number
16.20
Published
March 2019
Language
English (United States)
Last Update
2019-05-02
dita:mapPath
vwf1492987142269.ditamap
dita:ditavalPath
changebar_rev_16_20_exclude_audience_ie.ditaval
dita:id
B035-1090
lifecycle
previous
Product Category
Teradata Vantageā„¢

Purpose

Returns the current type of Priority Scheduler.

Definition

REPLACE FUNCTION TD_SYSFNLIB.GetPSFVersion()
RETURNS VARCHAR (10) CHARACTER SET LATIN,
...
;

Usage Notes

Priority Scheduler is managed by TASM, and is configured using the Teradata Viewpoint workload management portlets. For more information on those portlets, see Teradata Viewpoint User Guide.

Return Values

Value Description
WORKLOADS Current Priority Scheduler uses workload definitions.

Example: Using GetPSFVersion

This example shows the current Priority Scheduler is using workload definitions.

SELECT TD_SYSFNLIB.GetPSFVersion();
 *** Query completed. One row found. One column returned.
 *** Total elapsed time was 1 second.
getpsfversion()  WORKLOADS