From fb58bc4628d8654cd09eb770aceefea33b699e45 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 19:13:48 +0000 Subject: [PATCH] About section 8.5.1.5. ("Special Values"): 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 --- doc/src/sgml/datatype.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 13c5831998..e524e8e293 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -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 .) -- 2.39.5