Expand description
Data type formatting functions.
https://www.postgresql.org/docs/current/functions-formatting.html
Modulesยง
- proto_
date_ time_ field - Nested message and enum types in
ProtoDateTimeField
. - proto_
date_ time_ format_ node - Nested message and enum types in
ProtoDateTimeFormatNode
. - proto_
ordinal_ mode - Nested message and enum types in
ProtoOrdinalMode
. - proto_
word_ caps - Nested message and enum types in
ProtoWordCaps
.
Structsยง
- Date
Time Format - A compiled date-time format string.
- Proto
Date Time Field - Proto
Date Time Format - Proto
Date Time Format Node - Proto
Ordinal Mode - Proto
Word Caps
Enumsยง
- Date
Time ๐Field - A date-time field.
- Date
Time ๐Format Node - An element of a date-time format string.
- Date
Time ๐Token - The raw tokens that can appear in a format string. Many of these tokens overlap, in which case the longest matching token should be selected.
- Ordinal
Mode ๐ - Specifies the ordinal suffix that should be attached to numeric fields.
- Word
Caps ๐ - Specifies the capitalization of a word.
Constantsยง
- MONTHS_
ABBREV_ ๐ALL_ CAPS - MONTHS_
ABBREV_ ๐FIRST_ CAPS - MONTHS_
ABBREV_ ๐NO_ CAPS - MONTHS_
ALL_ ๐CAPS - MONTHS_
FIRST_ ๐CAPS - MONTHS_
NO_ ๐CAPS - MONTHS_
ROMAN_ ๐CAPS - MONTHS_
ROMAN_ ๐NO_ CAPS - WEEKDAYS_
ABBREV_ ๐ALL_ CAPS - WEEKDAYS_
ABBREV_ ๐FIRST_ CAPS - WEEKDAYS_
ABBREV_ ๐NO_ CAPS - WEEKDAYS_
ALL_ ๐CAPS - WEEKDAYS_
FIRST_ ๐CAPS - WEEKDAYS_
NO_ ๐CAPS