Future Behavior
This section describes the SDL commands pertaining to future.
Syntax
Declare that the current schema enables a particular future behavior.
using future FutureBehavior ";"
Description
Future behavior declaration must be outside any module block since this behavior affects the entire database and not a specific module.
Examples
Enable simpler non-recursive access policy behavior non-recursive access policy for the current schema:
Copy
using extension nonrecursive_access_policies;