Search
ctrl/
Ask AI
Light
Dark
System

Future Behavior

This section describes the SDL commands pertaining to future.

Declare that the current schema enables a particular future behavior.

using future FutureBehavior ";"

Future behavior declaration must be outside any module block since this behavior affects the entire database and not a specific module.

Enable simpler non-recursive access policy behavior non-recursive access policy for the current schema:

Copy
using extension nonrecursive_access_policies;