PostgreSQL Source Code: FormatNode Struct Reference (original) (raw)
| Data Fields | |
|---|---|
| enum FormatNodeType | type |
| char | character [MAX_MULTIBYTE_CHAR_LEN+1] |
| uint8 | suffix |
| const KeyWord * | key |
Detailed Description
Field Documentation
◆ character
◆ key
Definition at line 170 of file formatting.c.
Referenced by DCH_datetime_type(), DCH_from_char(), DCH_to_char(), from_char_parse_int(), from_char_parse_int_len(), from_char_seq_search(), from_char_set_int(), is_next_separator(), NUM_processor(), NUMDesc_prepare(), and parse_format().
◆ suffix
◆ type
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/formatting.c