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:
using extension nonrecursive_access_policies;
We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.