We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9d54b93 commit412f604Copy full SHA for 412f604
doc/src/sgml/func.sgml
@@ -6830,7 +6830,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
6830
<entry>
6831
Create timestamp from year, month, day, hour, minute and seconds fields
6832
</entry>
6833
- <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>
6834
<entry><literal>2013-07-15 08:15:23.5</literal></entry>
6835
</row>
6836
@@ -6857,7 +6857,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
6857
and seconds fields. When <parameter>timezone</parameter> is not specified,
6858
then current time zone is used.
6859
6860
+ <entry><literal>make_timestamptz(2013, 7, 15, 8, 15, 23.5)</literal></entry>
6861
<entry><literal>2013-07-15 08:15:23.5+01</literal></entry>
6862
6863