diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 5a5cb6af79..1d012e5f8a 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -1759,11 +1759,12 @@ January 8 04:05:06 1999 PST 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 .)