About section 8.5.1.5. ("Special Values"):
authorBruce Momjian
Thu, 9 Oct 2003 19:13:48 +0000 (19:13 +0000)
committerBruce Momjian
Thu, 9 Oct 2003 19:13:48 +0000 (19:13 +0000)
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

index 5a5cb6af7939c08cbd64f707ee78271cfb51bbac..1d012e5f8a56abed7ae2983e1be9f6bbd8f21c98 100644 (file)
@@ -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_DATECURRENT_TIME
+      CURRENT_TIMESTAMPLOCALTIME
+      LOCALTIMESTAMP.  The latter four accept an 
+      optional precision specification.  (See also 
+      linkend="functions-datetime-current">.)