]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typos in make_timestamp{,tz} examples
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Jan 2015 15:43:58 +0000 (12:43 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 19 Jan 2015 15:43:58 +0000 (12:43 -0300)
Pointed out by Alan Mogi (bug #12571)

doc/src/sgml/func.sgml

index 5e7b000da8f7f1e457a5c6c34a925a3ae6dae11d..d57243af4ed09ad5649265b1f504340227c44327 100644 (file)
@@ -6830,7 +6830,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
         <entry>
          Create timestamp from year, month, day, hour, minute and seconds fields
         </entry>
-        <entry><literal>make_timestamp(1-23, 7, 15, 8, 15, 23.5)</literal></entry>
+        <entry><literal>make_timestamp(2013, 7, 15, 8, 15, 23.5)</literal></entry>
         <entry><literal>2013-07-15 08:15:23.5</literal></entry>
        </row>
 
@@ -6857,7 +6857,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
          and seconds fields. When <parameter>timezone</parameter> is not specified,
          then current time zone is used.
         </entry>
-        <entry><literal>make_timestamp(1-23, 7, 15, 8, 15, 23.5)</literal></entry>
+        <entry><literal>make_timestamptz(2013, 7, 15, 8, 15, 23.5)</literal></entry>
         <entry><literal>2013-07-15 08:15:23.5+01</literal></entry>
        </row>