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, but they can read only the records that they have the access permission.

Table 1 m_schema.func columns

Name

Type

Description

name

char(64)

Name of the user-defined function.

ret

tinyint

Return value type. Not supported. The default value is null.

dl

char(128)

Name of the shared library.

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