Expand description
PostgreSQL column-name and stored-type declaration rules.
Modules§
- addition
- Bind an added column against current defaults, CHECKs, generated expressions, and foreign keys.
- alteration
- Analyze altered column expressions and types against ordered catalog snapshots.
- publication
- Mutate a declared column candidate before its catalog publication.
- removal
- Discover foreign keys that refer to a deleted column in catalog order.
- removal_
metadata - Validate column dependencies against retained relation metadata and remove local declarations.
Constants§
Functions§
- append_
registered_ column - Append a declared column after checking its name against the existing schema.
- reject_
default_ change_ on_ generated_ column - validate_
postgres_ column_ name - validate_
postgres_ relation_ column_ type