You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to reflect @meta metadata type preservation (#23)
Document the two-tier idx structure, @meta codec encoding, and
brain attribute resolution order across architecture, query-api,
schema, and zcatalog-compat reference pages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
`PGCatalogBrain` attribute access follows these rules:
94
94
95
-
| Attribute Type |Behavior|
95
+
| Attribute Type |Resolution Order|
96
96
|---|---|
97
-
| Known index or metadata (in `IndexRegistry`) |Returns value from `idx` JSONB, or `None` if missing |
97
+
| Known index or metadata (in `IndexRegistry`) |1. `idx["@meta"]` (codec-decoded, for non-JSON-native types like `DateTime`) → 2. top-level `idx` JSONB → 3. `None` if missing from both|
0 commit comments