This view lists the functions that exist in a network database.
The view contains the following columns:
| Name | Description |
| schema_name | Name of the schema that owns the function |
| function_name | Name of the function |
| return | Return type of the function |
| arguments | Argument signature of the function |
Comments
Article is closed for comments.