Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions meta/type-scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"types": "*",
"note": "Generic over Temporal *: the complement of temporal_at_values."
},
"temporal_at_tstzset": {
"types": "*",
"note": "Generic over Temporal *: restricts any temporal type to a timestamptz set. Its siblings state a scope through the validity check they call, and this one calls none."
},
"temporal_minus_tstzset": {
"types": "*",
"note": "Generic over Temporal *: the complement of temporal_at_tstzset, stating no validity check of its own either."
},
"temporal_end_instant": {
"types": "*",
"note": "Generic over Temporal *: accessor on any temporal type."
Expand Down
Loading