I suggest adding LOCALTIMESTAMP and LOCALTIME to the first paragraph.
Maybe it should be phrased as:
The following SQL-compatible functions can be used to obtain
current datetime-related values: CURRENT_DATE, CURRENT_TIME,
CURRENT_TIMESTAMP, LOCALTIME and LOCALTIMESTAMP.
(See Section 9.8.4.)
Troels Arvin
The following
SQL-compatible functions can be
- used as date or time
- values for the corresponding data type: CURRENT_DATE,
- CURRENT_TIME,
- CURRENT_TIMESTAMP. The latter two accept an
- optional precision specification. (See also .)
+ used as date or time values for the corresponding data type:
+ CURRENT_DATE, CURRENT_TIME,
+ CURRENT_TIMESTAMP, LOCALTIME,
+ LOCALTIMESTAMP. The latter four accept an
+ optional precision specification. (See also
+ linkend="functions-datetime-current">.)