parameters
The view parameters
contains information about
the parameters (arguments) of all functions in the current database.
Only those functions are shown that the current user has access to
(by way of being the owner or having some privilege).
Table 37.31. parameters
Columns
Column Type Description |
---|
Name of the database containing the function (always the current database) |
Name of the schema containing the function |
The “specific name” of the function. See Section 37.45 for more information. |
Ordinal position of the parameter in the argument list of the function (count starts at 1) |
|
Applies to a feature not available in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Name of the parameter, or null if the parameter has no name |
Data type of the parameter, if it is a built-in type, or
|
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Always null, since this information is not applied to parameter data types in PostgreSQL |
Name of the database that the data type of the parameter is defined in (always the current database) |
Name of the schema that the data type of the parameter is defined in |
Name of the data type of the parameter |
Applies to a feature not available in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Applies to a feature not available in PostgreSQL |
Always null, because arrays always have unlimited maximum cardinality in PostgreSQL |
An identifier of the data type descriptor of the parameter, unique among the data type descriptors pertaining to the function. This is mainly useful for joining with other instances of such identifiers. (The specific format of the identifier is not defined and not guaranteed to remain the same in future versions.) |
The default expression of the parameter, or null if none or if the function is not owned by a currently enabled role. |