Skip to main content

Module sequences

Module sequences 

Source
Expand description

SQL sequence declarations, names, and ownership binding.

Modulesยง

actions
Validate combinations of SQL sequence actions and persistence changes.
definition
Normalize and validate SQL sequence declarations independently of allocation state.
dependencies
Rewrite literal sequence references in stored table and view declarations.
dependents
Declared schema objects that depend on a sequence.
implicit
SQL names and declaration metadata for SERIAL and IDENTITY sequences.
implicit_ownership
Resolve declared SERIAL and IDENTITY owners against the loaded sequence namespace.
lifecycle
Sequence rename and schema-move declaration rules.
names
Resolve persisted sequence names against the loaded catalog, independently of search_path.
owner_migration
Infer stable sequence owners from legacy table and foreign-column declarations.
ownership
Bind sequence ownership to stable table and column identities.