From 412f604adbf025618f1338ea6fed0330bc6a610d Mon Sep 17 00:00:00 2001
From: Alvaro Herrera
Date: Mon, 19 Jan 2015 12:43:58 -0300
Subject: doc: Fix typos in make_timestamp{,tz} examples
Pointed out by Alan Mogi (bug #12571)
---
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 5e7b000da8f..d57243af4ed 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -6830,7 +6830,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
Create timestamp from year, month, day, hour, minute and seconds fields
- make_timestamp(1-23, 7, 15, 8, 15, 23.5)
+ make_timestamp(2013, 7, 15, 8, 15, 23.5)
2013-07-15 08:15:23.5
@@ -6857,7 +6857,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
and seconds fields. When timezone is not specified,
then current time zone is used.
- make_timestamp(1-23, 7, 15, 8, 15, 23.5)
+ make_timestamptz(2013, 7, 15, 8, 15, 23.5)
2013-07-15 08:15:23.5+01
--
cgit v1.2.3