GaussDB-DB_SCHEDULER_JOB_ARGS

29 阅读1分钟

GaussDB-DB_SCHEDULER_JOB_ARGS

DB_SCHEDULER_JOB_ARG displays the parameters related to the tasks accessible to the current user. This view is accessible to all users and displays all information accessible to the current user. This view exists in the PG_CATALOG and SYS schemas.

NameTypeDescription
ownercharacter varying(128)Owner of the job to which the parameter belongs.
job_namecharacter varying(128)Name of the job to which the parameter belongs.
argument_namecharacter varying(128)Parameter name.
argument_positionnumericPosition of the parameter in the parameter list.
argument_typecharacter varying(257)Data type of a parameter.
valuecharacter varying(4000)Parameter value.
anydata_valuecharacter varying(4000)Not supported. Set it to NULL.
out_argumentcharacter varying(5)Reserved column. Set it to NULL.

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…