Home > extract-pg-schema > InformationSchemaRoutine
InformationSchemaRoutine interface
Information about all routines in the current database
Signature:
interface InformationSchemaRoutine
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | null | Applies to a feature not available in PostgreSQL | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
Date | null | Applies to a feature not available in PostgreSQL | ||
string | null | Return data type of the function | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
string | null | An identifier of the data type descriptor of the return data type of this function, 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.) | ||
string | The language the function is written in | ||
string | null | For C functions, the external name (link symbol) of the function; else null | ||
string | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
string | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
If the function is declared immutable (called deterministic in the SQL standard), then YES, else NO | |||
string | null | Applies to a feature not available in PostgreSQL | ||
YesNo | null | If the function automatically returns null if any of its arguments are null, then YES, else NO | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
Date | null | Applies to a feature not available in PostgreSQL | ||
number | Applies to a feature not available in PostgreSQL | ||
number | null | Always null, because arrays always have unlimited maximum cardinality in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
number | null | Always null, since this information is not applied to return data types in PostgreSQL | ||
"GENERAL" | Always GENERAL (The SQL standard defines other parameter styles, which are not available in PostgreSQL.) | ||
string | null | Applies to a feature not available in PostgreSQL | ||
number | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
number | null | Applies to a feature not available in PostgreSQL | ||
number | null | Applies to a feature not available in PostgreSQL | ||
number | null | Applies to a feature not available in PostgreSQL | ||
number | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
"SQL" | "EXTERNAL" | If the function is an SQL function, then SQL, else EXTERNAL | ||
string | Name of the database containing the function (always the current database) | ||
string | null | The source text of the function (null if the function is not owned by a currently enabled role) | ||
string | Name of the function (might be duplicated in case of overloading) | ||
string | Name of the schema containing the function | ||
"FUNCTION" | "PROCEDURE" | Always FUNCTION (In the future there might be other types of routines.) | ||
"YES" | Always YES (The opposite would be a method of a user-defined type, which is not available in PostgreSQL) | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
"INVOKER" | "DEFINER" | If the function runs with the privileges of the current user, then INVOKER, if with defined user then DEFINER | ||
string | Name of the database containing the function (always the current database) | ||
string | The "specific name" of the function that uniquely identifies it in the schema, even if overloaded | ||
string | Name of the schema containing the function | ||
"MODIFIES" | Always MODIFIES, meaning that the function possibly modifies SQL data | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Name of the database that the return data type of the function is defined in (always the current database) | ||
string | null | Name of the return data type of the function | ||
string | null | Name of the schema that the return data type of the function is defined in | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL | ||
string | null | Applies to a feature not available in PostgreSQL |