FUNCTIONS view (ACCOUNT_USAGE): Stored procedures are no longer included¶
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
With this behavior change, the FUNCTIONS view in the ACCOUNT_USAGE schema changes as follows:
- Before the change:
The view includes rows for stored procedures.
- After the change:
The view does not include rows for stored procedures.
This behavior change makes the FUNCTIONS view in ACCOUNT_USAGE consistent with the FUNCTIONS view in INFORMATION_SCHEMA.
If you need information about the stored procedures in your account, use the PROCEDURES view in the ACCOUNT_USAGE schema instead.
Ref: 1671