mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
doc: Fix typos in make_timestamp{,tz} examples
Pointed out by Alan Mogi (bug #12571)
This commit is contained in:
parent
9d54b93239
commit
412f604adb
@ -6830,7 +6830,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
<entry>
|
<entry>
|
||||||
Create timestamp from year, month, day, hour, minute and seconds fields
|
Create timestamp from year, month, day, hour, minute and seconds fields
|
||||||
</entry>
|
</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>
|
<entry><literal>2013-07-15 08:15:23.5</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
@ -6857,7 +6857,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
|
|||||||
and seconds fields. When <parameter>timezone</parameter> is not specified,
|
and seconds fields. When <parameter>timezone</parameter> is not specified,
|
||||||
then current time zone is used.
|
then current time zone is used.
|
||||||
</entry>
|
</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>
|
<entry><literal>2013-07-15 08:15:23.5+01</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user