Updated on 2025-10-23 GMT+08:00

func

The m_schema.func view displays information about GaussDB functions.

This view is read-only. All users have the read permission on this view. A user can view only the records that the user has the access permission.

Table 1 m_schema.func columns

Name

Type

Description

name

char(64)

Name of a UDF.

ret

tinyint

Return value type.

This column is not supported in the current version, and the value is null.

dl

char(128)

Name of the shared library.

In the M-compatible database of the current version, the type column is not displayed in this view.